Searched refs:ERROR_DISK_FULL (Results 1 – 10 of 10) sorted by relevance
119 case ERROR_DISK_FULL: // 112 in winerror_to_errno()
147 case ERROR_DISK_FULL: return UV_ENOSPC; in uv_translate_sys_error()
168 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()
260 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()
248 case ERROR_DISK_FULL: in OSErrorToFileError()
119 #define ERROR_DISK_FULL ENOSPC macro
832 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
648 || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL) in ExtractResult()
47814 || ( pFile->lastErrno==ERROR_DISK_FULL )){