Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h47 int GetFileDescriptor() const { return m_fd; } in GetFileDescriptor() function
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp422 int fd = m_tty.GetFileDescriptor(); in Save()
439 const int fd = m_tty.GetFileDescriptor(); in Restore()