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

  /external/lzma/CPP/Windows/
FileFind.h 79 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; }
144 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE && _handle != 0; }
FileFind.cpp 263 if (_find.IsHandleAllocated())
457 if (_findFile.IsHandleAllocated())
491 if (!IsHandleAllocated())
510 if (!IsHandleAllocated())

Completed in 663 milliseconds