Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.h276 DupDescriptor(const char *path, int fd, int flags);
DProcessMonitor.cpp1150 if (!DupDescriptor(stdin_path, STDIN_FILENO, O_RDONLY)) in Launch()
1154 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT)) in Launch()
1158 if (!DupDescriptor(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT)) in Launch()
2150 ProcessMonitor::DupDescriptor(const char *path, int fd, int flags) in DupDescriptor() function in ProcessMonitor
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.h281 DupDescriptor(const char *path, int fd, int flags);
DProcessMonitor.cpp921 if (!DupDescriptor(stdin_path, STDIN_FILENO, O_RDONLY)) in Launch()
925 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT)) in Launch()
929 if (!DupDescriptor(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT)) in Launch()
1623 ProcessMonitor::DupDescriptor(const char *path, int fd, int flags) in DupDescriptor() function in ProcessMonitor