Searched refs:no_space_on_device (Results 1 – 5 of 5) sorted by relevance
59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
167 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()170 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
116 Error = make_error_code(errc::no_space_on_device); in LockFileManager()
63 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, ""); in main()
162 no_space_on_device, // ENOSPC298 no_space_on_device = ENOSPC,