Home
last modified time | relevance | path

Searched refs:no_space_on_device (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h62 no_space_on_device = int(std::errc::no_space_on_device), enumerator
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h60 {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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp301 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()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h201 no_space_on_device = ENOSPC, in _LIBCPP_DECLARE_STRONG_ENUM()