Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A 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()
H A DCFCString.h27 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A 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()
H A DCFString.h30 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);