Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp80 CFString::SetFileSystemRepresentationFromCFType (CFTypeRef cf_type) in SetFileSystemRepresentationFromCFType() argument
83 if (cf_type != NULL) in SetFileSystemRepresentationFromCFType()
85 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType()
90 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
94 new_value = ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
DCFString.h34 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);
/external/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp76 CFCString::SetFileSystemRepresentationFromCFType (CFTypeRef cf_type) in SetFileSystemRepresentationFromCFType() argument
79 if (cf_type != NULL) in SetFileSystemRepresentationFromCFType()
81 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType()
86 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
90 new_value = ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
DCFCString.h31 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);