Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h46 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h162 directory_not_empty = ENOTEMPTY, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h58 {ERROR_DIR_NOT_EMPTY, errc::directory_not_empty}, in __win_err_to_errc()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp299 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()