Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp43 CFString cf_path; in SetPath() local
44 cf_path.SetFileSystemRepresentation(path); in SetPath()
45 if (cf_path.get()) { in SetPath()
48 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/llvm-project/lldb/source/Host/macosx/cfcpp/
H A 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()
H A DCFCMutableArray.cpp124 CFCString cf_path; in AppendFileSystemRepresentationAsCFString() local
125 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()
126 ::CFArrayAppendValue(array, cf_path.get()); in AppendFileSystemRepresentationAsCFString()