HomeSort by relevance Sort by last modified time
    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