Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/windows/
DLockFileWindows.cpp43 bool LockFileWindows::IsValidFile() const { in IsValidFile() function in LockFileWindows
/external/llvm-project/lldb/source/Host/common/
DLockFileBase.cpp63 bool LockFileBase::IsValidFile() const { return m_fd != -1; } in IsValidFile() function in LockFileBase