Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp162 if (!DescriptorIsValid(fd)) { in CalculateInteractiveAndTerminal()
237 if (!DescriptorIsValid(fd)) { in GetPermissions()
258 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in GetDescriptor()
283 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in GetStream()
389 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in SeekFromStart()
420 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in SeekFromCurrent()
451 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in SeekFromEnd()
488 ValueGuard descriptor_guard = DescriptorIsValid(); in Flush()
497 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in Sync()
552 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in Read()
[all …]
H A DFileSystem.cpp450 if (!File::DescriptorIsValid(descriptor)) in Open()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h71 static bool DescriptorIsValid(int descriptor) { return descriptor >= 0; }; in DescriptorIsValid() function
427 return File::DescriptorIsValid(m_descriptor); in DescriptorIsValidUnlocked()
432 ValueGuard DescriptorIsValid() const { in DescriptorIsValid() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1233 m_descriptor(File::DescriptorIsValid(fd) ? fd in BinaryPythonFile()
1287 m_descriptor(File::DescriptorIsValid(fd) ? fd in TextPythonFile()