Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.cpp369 if (_find.IsHandleAllocated()) in Next()
767 if (_findFile.IsHandleAllocated()) in NextAny()
807 if (_findFile.IsHandleAllocated()) in Next()
832 if (!IsHandleAllocated()) in Close()
851 if (!IsHandleAllocated()) in FindFirst()
DFileFind.h188 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; } in IsHandleAllocated() function
252 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE && _handle != 0; } in IsHandleAllocated() function