Home
last modified time | relevance | path

Searched defs:DescriptorIsValid (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h405 static bool DescriptorIsValid(int descriptor) { return descriptor >= 0; }; in DescriptorIsValid() function
408 bool DescriptorIsValid() const { return DescriptorIsValid(m_descriptor); } in DescriptorIsValid() function