Home
last modified time | relevance | path

Searched refs:m_tflags (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Host/common/
DTerminal.cpp110 m_tflags(-1), in TerminalState()
127 m_tflags = -1; in Clear()
143 m_tflags = ::fcntl (fd, F_GETFL, 0); in Save()
159 m_tflags = -1; in Save()
177 fcntl (fd, F_SETFL, m_tflags); in Restore()
218 return m_tflags != -1; in TFlagsIsValid()
/external/lldb/tools/debugserver/source/
DTTYState.cpp21 m_tflags(-1), in TTYState()
37 m_tflags = fcntl (fd, F_GETFL, 0); in GetTTYState()
47 m_tflags = -1; in GetTTYState()
61 result = fcntl (m_fd, F_SETFL, m_tflags); in SetTTYState()
DTTYState.h31 bool TFlagsValid() const { return m_tflags != -1; } in TFlagsValid()
37 int m_tflags; variable
/external/lldb/include/lldb/Host/
DTerminal.h175 int m_tflags; ///< Cached tflags information. variable