Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h42 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__errc38 directory_not_empty, // ENOTEMPTY
136 directory_not_empty = ENOTEMPTY,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp261 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp428 {ERROR_DIR_NOT_EMPTY, errc::directory_not_empty}, in __win_err_to_errc()