Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1559 CFString stdio_path; in PrepareForAttach() local
1560 stdio_path.SetFileSystemRepresentation (stdout_err); in PrepareForAttach()
1567 stdio_path.get(), in PrepareForAttach()
1568 stdio_path.get(), in PrepareForAttach()
2219 CFString stdio_path; in SBForkChildForPTraceDebugging() local
2232 stdio_path.SetFileSystemRepresentation (slave_name); in SBForkChildForPTraceDebugging()
2237 if (stdio_path.get() == NULL) in SBForkChildForPTraceDebugging()
2239 stdio_path.SetFileSystemRepresentation ("/dev/null"); in SBForkChildForPTraceDebugging()
2255 stdio_path.get(), in SBForkChildForPTraceDebugging()
2256 stdio_path.get(), in SBForkChildForPTraceDebugging()