Home
last modified time | relevance | path

Searched refs:IsValidFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DLockFileBase.cpp64 bool LockFileBase::IsValidFile() const { return m_fd != -1; } in IsValidFile() function in LockFileBase
68 if (!IsValidFile()) in DoLock()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DLockFileBase.h38 virtual bool IsValidFile() const;