Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h70 static bool DescriptorIsValid(int descriptor) { return descriptor >= 0; }; in DescriptorIsValid() function
419 bool DescriptorIsValid() const { in DescriptorIsValid() function