Home
last modified time | relevance | path

Searched refs:ERROR_DISK_FULL (Results 1 – 10 of 10) sorted by relevance

/third_party/python/PC/
Derrmap.h119 case ERROR_DISK_FULL: // 112 in winerror_to_errno()
/third_party/node/deps/uv/src/win/
Derror.c147 case ERROR_DISK_FULL: return UV_ENOSPC; in uv_translate_sys_error()
/third_party/libuv/src/win/
Derror.c147 case ERROR_DISK_FULL: return UV_ENOSPC; in uv_translate_sys_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp168 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp260 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()
/third_party/gn/src/base/files/
Dfile_win.cc248 case ERROR_DISK_FULL: in OSErrorToFileError()
/third_party/lzma/C/
D7zTypes.h119 #define ERROR_DISK_FULL ENOSPC macro
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp832 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp648 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
/third_party/sqlite/src/
Dsqlite3.c47814 || ( pFile->lastErrno==ERROR_DISK_FULL )){