Searched refs:no_space_on_device (Results 1 – 4 of 4) sorted by relevance
62 no_space_on_device = int(std::errc::no_space_on_device), enumerator
60 {ERROR_DISK_FULL, errc::no_space_on_device}, in __win_err_to_errc() 63 {ERROR_HANDLE_DISK_FULL, errc::no_space_on_device}, in __win_err_to_errc()
301 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()304 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
201 no_space_on_device = ENOSPC, in _LIBCPP_DECLARE_STRONG_ENUM()