Home
last modified time | relevance | path

Searched refs:directory_not_empty (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h42 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/freebsd-14.2/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h135 directory_not_empty = ENOTEMPTY, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd-14.2/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp174 if (ec.value() != static_cast<int>(std::errc::directory_not_empty) && in main()
/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h58 {ERROR_DIR_NOT_EMPTY, errc::directory_not_empty}, in __win_err_to_errc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp263 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()