Home
last modified time | relevance | path

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

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