OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFlagsValid
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/
TTYState.h
29
bool IsValid() const { return FileDescriptorValid() &&
TFlagsValid
() && TTYStateValid(); }
31
bool
TFlagsValid
() const { return m_tflags != -1; }
TTYState.cpp
60
if (
TFlagsValid
())
Completed in 511 milliseconds