Searched refs:cf_type (Results 1 – 4 of 4) sorted by relevance
80 CFString::SetFileSystemRepresentationFromCFType (CFTypeRef cf_type) in SetFileSystemRepresentationFromCFType() argument83 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()
34 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);
76 CFCString::SetFileSystemRepresentationFromCFType (CFTypeRef cf_type) in SetFileSystemRepresentationFromCFType() argument79 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()
31 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);