Searched refs:SetDescriptor (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h226 SetDescriptor(int fd, bool transfer_ownership);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp152 File::SetDescriptor (int fd, bool transfer_ownership) function in class:File
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4703 m_read_file.SetDescriptor(GetInputFD(), false);
4727 m_pipe_read.SetDescriptor(fds[0], true);
4728 m_pipe_write.SetDescriptor(fds[1], true);

Completed in 63 milliseconds