Searched refs:CloseFD (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/tools/android/forwarder2/
H A Dcommon.cc20 void CloseFD(int fd) { function in namespace:forwarder2
H A Dcommon.h45 void CloseFD(int fd);
H A Ddaemon.cc190 CloseFD(STDIN_FILENO);
191 CloseFD(STDOUT_FILENO);
192 CloseFD(STDERR_FILENO);
H A Dsocket.cc92 CloseFD(socket_);
/external/chromium_org/content/common/
H A Dfont_config_ipc_linux.cc35 void CloseFD(int fd) { function in namespace:content
45 CloseFD(fd_);
118 CloseFD(result_fd);
123 CloseFD(result_fd);
/external/llvm/lib/Support/Windows/
H A DPath.inc475 std::error_code mapped_file_region::init(int FD, bool CloseFD, uint64_t Offset) {
480 if (CloseFD)
502 if (CloseFD)
524 if (CloseFD)
539 if (CloseFD)
552 if (CloseFD)
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h319 CloseFD(int &fd);
H A DProcessMonitor.cpp1651 CloseFD(m_terminal_fd);
1652 CloseFD(m_client_fd);
1653 CloseFD(m_server_fd);
1670 ProcessMonitor::CloseFD(int &fd) function in class:ProcessMonitor
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.h314 CloseFD(int &fd);
H A DProcessMonitor.cpp2178 CloseFD(m_terminal_fd);
2179 CloseFD(m_client_fd);
2180 CloseFD(m_server_fd);
2197 ProcessMonitor::CloseFD(int &fd) function in class:ProcessMonitor
/external/llvm/include/llvm/Support/
H A DFileSystem.h651 std::error_code init(int FD, bool CloseFD, uint64_t Offset);

Completed in 236 milliseconds