Searched refs:DupDescriptor (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.h | 276 DupDescriptor(const char *path, int fd, int flags);
|
D | ProcessMonitor.cpp | 1150 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/ |
D | ProcessMonitor.h | 281 DupDescriptor(const char *path, int fd, int flags);
|
D | ProcessMonitor.cpp | 921 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
|