Searched refs:target_fd (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1625 int target_fd = open(path, flags, 0666); local
1627 if (target_fd == -1)
1630 return (dup2(target_fd, fd) == -1) ? false : true;
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp2152 int target_fd = open(path, flags, 0666); local
2154 if (target_fd == -1)
2157 return (dup2(target_fd, fd) == -1) ? false : true;

Completed in 76 milliseconds