Searched refs:IsValidFile (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A DLockFileWindows.h33 bool IsValidFile() const override;
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DLockFileBase.cpp60 bool LockFileBase::IsValidFile() const { return m_fd != -1; }
64 if (!IsValidFile())
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DLockFileWindows.cpp39 bool LockFileWindows::IsValidFile() const { function in class:LockFileWindows
40 return LockFileBase::IsValidFile() && m_file != INVALID_HANDLE_VALUE;
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DLockFileBase.h37 virtual bool IsValidFile() const;

Completed in 80 milliseconds