Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DTerminal.h48 int GetFileDescriptor() const { return m_fd; } in GetFileDescriptor() function
/llvm-project-15.0.7/lldb/source/Host/common/
H A DTerminal.cpp421 int fd = m_tty.GetFileDescriptor(); in Save()
438 const int fd = m_tty.GetFileDescriptor(); in Restore()