Searched refs:cf_path (Results 1 – 3 of 3) sorted by relevance
43 CFString cf_path; in SetPath() local44 cf_path.SetFileSystemRepresentation(path); in SetPath()45 if (cf_path.get()) { in SetPath()48 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
31 CFCString cf_path; in SetPath() local32 cf_path.SetFileSystemRepresentation(path); in SetPath()33 if (cf_path.get()) { in SetPath()36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
124 CFCString cf_path; in AppendFileSystemRepresentationAsCFString() local125 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()126 ::CFArrayAppendValue(array, cf_path.get()); in AppendFileSystemRepresentationAsCFString()