Home
last modified time | relevance | path

Searched refs:GetFileDescriptor (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h28 int GetFileDescriptor() const { return m_fd; } in GetFileDescriptor() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp144 const int fd = m_tty.GetFileDescriptor(); in Restore()