Lines Matching defs:_handle
117 HANDLE _handle;
127 return BOOLToBool(::DeviceIoControl(_handle, controlCode, inBuffer, inSize,
150 CFileBase(): _handle(INVALID_HANDLE_VALUE), PreserveATime(false) {}
153 HANDLE GetHandle() const { return _handle; }
155 // void Detach() { _handle = INVALID_HANDLE_VALUE; }
168 { return BOOLToBool(GetFileInformationByHandle(_handle, info)); }
300 int _handle;
312 CFileBase(): _handle(-1), PreserveATime(false) {}
314 // void Detach() { _handle = -1; }
321 int my_fstat(struct stat *st) const { return fstat(_handle, st); }