Searched refs:cf_path (Results 1 – 5 of 5) sorted by relevance
44 CFString cf_path; in SetPath() local45 cf_path.SetFileSystemRepresentation(path); in SetPath()46 if (cf_path.get()) { in SetPath()49 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()
125 CFCString cf_path; in AppendFileSystemRepresentationAsCFString() local126 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()127 ::CFArrayAppendValue(array, cf_path.get()); in AppendFileSystemRepresentationAsCFString()
216 ScopedCFTypeRef<CFStringRef> cf_path(CFStringCreateWithCString( in UpdateEventStream() local221 CFStringRef paths_array[] = { cf_path.get(), cf_dir_path.get() }; in UpdateEventStream()
45 cf_path = os.path.join(os.path.expanduser("~"), cf)47 os.stat(cf_path)51 return cf_path