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

  /external/e2fsprogs/lib/ext2fs/
nt_io.c 168 #include <winerror.h>
263 ULONG WinError;
321 IN ULONG WinError
332 if (WinError == ErrorTable[i].WinError)
342 if ((WinError >= ERROR_WRITE_PROTECT) &&
343 (WinError <= ERROR_SHARING_BUFFER_EXCEEDED))
347 else if ((WinError >= ERROR_INVALID_STARTING_CODESEG) &&
348 (WinError <= ERROR_INFLOOP_IN_RELOC_CHAIN))
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 52 #include <WinError.h>

Completed in 45 milliseconds