Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/usr.bin/cvs/
H A Dinit.c46 char *cf_path; member
120 current_cvsroot->cr_dir, cvsroot_files[i].cf_path); in cvs_init_local()