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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 20 #define ERROR_INVALID_DRIVE 15
winerror.h 59 #define ERROR_INVALID_DRIVE __MSABI_LONG(15)
    [all...]
  /external/llvm/lib/Support/
ErrorHandling.cpp 171 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 280 { ERROR_INVALID_DRIVE, ENOENT },
  /external/fio/os/windows/
posix.c 60 case ERROR_INVALID_DRIVE: return ENODEV;

Completed in 46 milliseconds