HomeSort by relevance Sort by last modified time
    Searched refs:IsHandleAllocated (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
FileFind.cpp 286 if (_findFile.IsHandleAllocated())
317 if (_findFile.IsHandleAllocated())
353 if (!IsHandleAllocated())
365 if (!IsHandleAllocated())
382 if (!IsHandleAllocated())
FileFind.h 86 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; }
140 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE && _handle != 0; }

Completed in 176 milliseconds