Home
last modified time | relevance | path

Searched refs:cf_type (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp54 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() argument
56 if (cf_type != NULL) { in SetFileSystemRepresentationFromCFType()
57 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType()
61 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
64 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
DCFString.h30 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp51 CFCString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() argument
53 if (cf_type != NULL) { in SetFileSystemRepresentationFromCFType()
54 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType()
58 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
61 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
DCFCString.h27 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);