Home
last modified time | relevance | path

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

/freebsd/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()
287 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in GetStream()
393 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in SeekFromStart()
424 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in SeekFromCurrent()
455 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in SeekFromEnd()
492 ValueGuard descriptor_guard = DescriptorIsValid(); in Flush()
501 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in Sync()
556 if (ValueGuard descriptor_guard = DescriptorIsValid()) { in Read()
[all …]
H A DFileSystem.cpp450 if (!File::DescriptorIsValid(descriptor)) in Open()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h71 static bool DescriptorIsValid(int descriptor) { return descriptor >= 0; }; in DescriptorIsValid() function
432 return File::DescriptorIsValid(m_descriptor); in DescriptorIsValidUnlocked()
437 ValueGuard DescriptorIsValid() const { in DescriptorIsValid() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1179 m_descriptor(File::DescriptorIsValid(fd) ? fd in BinaryPythonFile()
1237 m_descriptor(File::DescriptorIsValid(fd) ? fd in TextPythonFile()