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

  /external/chromium_org/net/base/
net_errors_win.cc 89 case ERROR_DISK_FULL: // There is not enough space on the disk.
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 97 case ERROR_DISK_FULL:
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 215 if (result == E_ABORT || result == ERROR_DISK_FULL)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 70 #define ERROR_DISK_FULL 112
winerror.h 126 #define ERROR_DISK_FULL __MSABI_LONG(112)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 276 case ERROR_DISK_FULL: prError = PR_NO_DEVICE_SPACE_ERROR; break;
  /external/llvm/lib/Support/
ErrorHandling.cpp 166 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
smbno.h 49 #define ERROR_DISK_FULL 112
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
smbno.h 49 #define ERROR_DISK_FULL 112
  /external/chromium_org/base/files/
file_win.cc 330 case ERROR_DISK_FULL:
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 295 { ERROR_DISK_FULL, ENOSPC },
  /external/fio/os/windows/
posix.c 116 case ERROR_DISK_FULL: return ENOSPC;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2458 milliseconds