Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
DCFCMutableArray.cpp125 CFCString cf_path; in AppendFileSystemRepresentationAsCFString() local
126 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()
127 ::CFArrayAppendValue(array, cf_path.get()); in AppendFileSystemRepresentationAsCFString()
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.cc216 ScopedCFTypeRef<CFStringRef> cf_path(CFStringCreateWithCString( in UpdateEventStream() local
221 CFStringRef paths_array[] = { cf_path.get(), cf_dir_path.get() }; in UpdateEventStream()
/external/scapy/scapy/
Dmain.py45 cf_path = os.path.join(os.path.expanduser("~"), cf)
47 os.stat(cf_path)
51 return cf_path