OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DupDescriptor
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp
921
if (!
DupDescriptor
(stdin_path, STDIN_FILENO, O_RDONLY))
925
if (!
DupDescriptor
(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT))
929
if (!
DupDescriptor
(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT))
[
all
...]
/external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp
[
all
...]
Completed in 64 milliseconds