Searched refs:no_space_on_device (Results 1 – 4 of 4) sorted by relevance
58 no_space_on_device = int(std::errc::no_space_on_device), enumerator
265 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()268 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
64 no_space_on_device, // ENOSPC165 no_space_on_device = ENOSPC,
433 {ERROR_DISK_FULL, errc::no_space_on_device}, in __win_err_to_errc()436 {ERROR_HANDLE_DISK_FULL, errc::no_space_on_device}, in __win_err_to_errc()