Searched refs:IsHandleAllocated (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/Windows/ | ||
H A D | FileFind.cpp | 373 if (_find.IsHandleAllocated())
in Next() 771 if (_findFile.IsHandleAllocated()) in NextAny() 811 if (_findFile.IsHandleAllocated()) in Next() 836 if (!IsHandleAllocated()) in Close() 855 if (!IsHandleAllocated()) in FindFirst() |
H A D | FileFind.h | 188 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; }
in IsHandleAllocated() function in NWindows::NFile::NFind::MY_UNCOPYABLE 252 bool IsHandleAllocated() const in IsHandleAllocated() function in NWindows::NFile::NFind::MY_UNCOPYABLE |
Completed in 3 milliseconds