Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.cpp286 if (_findFile.IsHandleAllocated()) in NextAny()
317 if (_findFile.IsHandleAllocated()) in NextAny()
353 if (!IsHandleAllocated()) in Close()
365 if (!IsHandleAllocated()) in FindFirst()
382 if (!IsHandleAllocated()) in FindFirst()
DFileFind.h86 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; } in IsHandleAllocated() function
140 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE && _handle != 0; } in IsHandleAllocated() function