Searched defs:cf_path (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp66 CFString cf_path; local
67 cf_path.SetFileSystemRepresentation(path);
68 if (cf_path.get())
71 m_bundle_url.reset (::CFURLCreateWithFileSystemPath (alloc, cf_path.get(), kCFURLPOSIXPathStyle, true));
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp46 CFCString cf_path; local
47 cf_path.SetFileSystemRepresentation(path);
48 if (cf_path.get())
51 CFCReleaser<CFURLRef> bundle_url (::CFURLCreateWithFileSystemPath (alloc, cf_path.get(), kCFURLPOSIXPathStyle, true));
H A DCFCMutableArray.cpp160 CFCString cf_path; local
161 cf_path.SetFileSystemRepresentation(s);
162 ::CFArrayAppendValue (array, cf_path.get());

Completed in 1232 milliseconds