Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h79 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; } in IsHandleAllocated() function
147 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE && _handle != 0; } in IsHandleAllocated() function
DFileFind.cpp323 if (_find.IsHandleAllocated()) in Next()
623 if (_findFile.IsHandleAllocated()) in NextAny()
657 if (!IsHandleAllocated()) in Close()
676 if (!IsHandleAllocated()) in FindFirst()