Lines Matching refs:CFStringRef
18 CFString::CFString(CFStringRef s) : CFReleaser<CFStringRef>(s) {} in CFString()
31 : CFReleaser<CFStringRef>() { in CFString()
45 CFStringRef CFString::SetFileSystemRepresentation(const char *path) { in SetFileSystemRepresentation()
46 CFStringRef new_value = NULL; in SetFileSystemRepresentation()
54 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType()
55 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType()
61 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
71 CFStringRef
93 const char *CFString::UTF8(CFStringRef cf_str, std::string &str) { in UTF8()
118 const char *CFString::FileSystemRepresentation(CFStringRef cf_str, in FileSystemRepresentation()
139 CFStringRef str = get(); in GetLength()