Searched refs:IsHandleAllocated (Results 1 – 2 of 2) sorted by relevance
286 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()
86 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE; } in IsHandleAllocated() function140 bool IsHandleAllocated() const { return _handle != INVALID_HANDLE_VALUE && _handle != 0; } in IsHandleAllocated() function