Home
last modified time | relevance | path

Searched refs:SetFileSystemRepresentation (Results 1 – 8 of 8) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp69 CFString::SetFileSystemRepresentation (const char *path) in SetFileSystemRepresentation() function in CFString
106 SetFileSystemRepresentation(expanded_path.c_str()); in SetFileSystemRepresentationAndExpandTilde()
DCFString.h33 CFStringRef SetFileSystemRepresentation (const char *path);
DCFBundle.cpp67 cf_path.SetFileSystemRepresentation(path); in SetPath()
DMachProcess.cpp1560 stdio_path.SetFileSystemRepresentation (stdout_err); in PrepareForAttach()
2232 stdio_path.SetFileSystemRepresentation (slave_name); in SBForkChildForPTraceDebugging()
2239 stdio_path.SetFileSystemRepresentation ("/dev/null"); in SBForkChildForPTraceDebugging()
/external/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp65 CFCString::SetFileSystemRepresentation (const char *path) in SetFileSystemRepresentation() function in CFCString
102 SetFileSystemRepresentation(expanded_path.c_str()); in SetFileSystemRepresentationAndExpandTilde()
DCFCString.h30 CFStringRef SetFileSystemRepresentation (const char *path);
DCFCBundle.cpp47 cf_path.SetFileSystemRepresentation(path); in SetPath()
DCFCMutableArray.cpp161 cf_path.SetFileSystemRepresentation(s); in AppendFileSystemRepresentationAsCFString()