Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DErrc.h46 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/llvm-project/libcxx/include/__system_error/
H A Derrc.h38 directory_not_empty, // ENOTEMPTY
161 directory_not_empty = ENOTEMPTY, in _LIBCPP_DECLARE_STRONG_ENUM()
/llvm-project/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp39 static_assert(static_cast<int>(std::errc::directory_not_empty) == ENOTEMPTY, ""); in main()
/llvm-project/libcxx/src/filesystem/
H A Derror.h
/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp174 if (ec.value() != static_cast<int>(std::errc::directory_not_empty) && in main()
/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp300 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()