Home
last modified time | relevance | path

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

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