Searched refs:cf_path (Results 1 – 4 of 4) sorted by relevance
66 CFString cf_path; in SetPath() local67 cf_path.SetFileSystemRepresentation(path); in SetPath()68 if (cf_path.get()) in SetPath()71 …m_bundle_url.reset (::CFURLCreateWithFileSystemPath (alloc, cf_path.get(), kCFURLPOSIXPathStyle, t… in SetPath()
46 CFCString cf_path; in SetPath() local47 cf_path.SetFileSystemRepresentation(path); in SetPath()48 if (cf_path.get()) in SetPath()51 …CFCReleaser<CFURLRef> bundle_url (::CFURLCreateWithFileSystemPath (alloc, cf_path.get(), kCFURLPOS… in SetPath()
160 CFCString cf_path; in AppendFileSystemRepresentationAsCFString() local161 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()162 ::CFArrayAppendValue (array, cf_path.get()); in AppendFileSystemRepresentationAsCFString()
218 ScopedCFTypeRef<CFStringRef> cf_path(CFStringCreateWithCString( in UpdateEventStream() local223 CFStringRef paths_array[] = { cf_path.get(), cf_dir_path.get() }; in UpdateEventStream()