Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp63 bool LockFileBase::IsValidFile() const { return m_fd != -1; } in IsValidFile() function in LockFileBase
67 if (!IsValidFile()) in DoLock()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h37 virtual bool IsValidFile() const;