Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DFile.cpp156 if (!DescriptorIsValid(fd)) { in CalculateInteractiveAndTerminal()
236 if (!DescriptorIsValid(fd)) { in GetPermissions()
252 if (DescriptorIsValid()) in GetDescriptor()
275 if (DescriptorIsValid()) { in GetStream()
318 if (DescriptorIsValid() && m_own_descriptor) { in Close()
370 if (DescriptorIsValid()) { in SeekFromStart()
396 if (DescriptorIsValid()) { in SeekFromCurrent()
422 if (DescriptorIsValid()) { in SeekFromEnd()
451 } else if (!DescriptorIsValid()) { in Flush()
459 if (DescriptorIsValid()) { in Sync()
[all …]
DFileSystem.cpp466 if (!File::DescriptorIsValid(descriptor)) in Open()
/external/llvm-project/lldb/include/lldb/Host/
DFile.h64 static bool DescriptorIsValid(int descriptor) { return descriptor >= 0; }; in DescriptorIsValid() function
391 return DescriptorIsValid() || StreamIsValid(); in IsValid()
418 bool DescriptorIsValid() const { in DescriptorIsValid() function
419 return File::DescriptorIsValid(m_descriptor); in DescriptorIsValid()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1297 m_descriptor(File::DescriptorIsValid(fd) ? fd in BinaryPythonFile()
1351 m_descriptor(File::DescriptorIsValid(fd) ? fd in TextPythonFile()