OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cf_path
(Results
1 - 4
of
4
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
CFBundle.cpp
66
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/
CFCBundle.cpp
46
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));
CFCMutableArray.cpp
160
CFCString
cf_path
;
local
161
cf_path
.SetFileSystemRepresentation(s);
162
::CFArrayAppendValue (array,
cf_path
.get());
/external/chromium_org/base/files/
file_path_watcher_fsevents.cc
208
ScopedCFTypeRef<CFStringRef>
cf_path
(CFStringCreateWithCString(
213
CFStringRef paths_array[] = {
cf_path
.get(), cf_dir_path.get() };
Completed in 397 milliseconds