Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DFile.h64 static bool DescriptorIsValid(int descriptor) { return descriptor >= 0; }; in DescriptorIsValid() function
418 bool DescriptorIsValid() const { in DescriptorIsValid() function