Lines Matching refs:CFStringRef
14 CFCString::CFCString(CFStringRef s) : CFCReleaser<CFStringRef>(s) {} in CFCString()
27 : CFCReleaser<CFStringRef>() { in CFCString()
41 CFStringRef CFCString::SetFileSystemRepresentation(const char *path) { in SetFileSystemRepresentation()
42 CFStringRef new_value = NULL; in SetFileSystemRepresentation()
50 CFStringRef
52 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType()
58 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
68 CFStringRef
89 const char *CFCString::UTF8(CFStringRef cf_str, std::string &str) { in UTF8()
126 const char *CFCString::FileSystemRepresentation(CFStringRef cf_str, in FileSystemRepresentation()
147 CFStringRef str = get(); in GetLength()