Home
last modified time | relevance | path

Searched refs:cf_path (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DCFBundle.cpp66 CFString cf_path; in SetPath() local
67 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()
/external/lldb/source/Host/macosx/cfcpp/
DCFCBundle.cpp46 CFCString cf_path; in SetPath() local
47 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()
DCFCMutableArray.cpp160 CFCString cf_path; in AppendFileSystemRepresentationAsCFString() local
161 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()
162 ::CFArrayAppendValue (array, cf_path.get()); in AppendFileSystemRepresentationAsCFString()
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc218 ScopedCFTypeRef<CFStringRef> cf_path(CFStringCreateWithCString( in UpdateEventStream() local
223 CFStringRef paths_array[] = { cf_path.get(), cf_dir_path.get() }; in UpdateEventStream()