Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/external/llvm/lib/Support/
DErrorHandling.cpp165 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp35 static_assert(static_cast<int>(std::errc::directory_not_empty) == ENOTEMPTY, ""); in main()
/external/libcxx/include/
Dsystem_error136 directory_not_empty, // ENOTEMPTY
268 directory_not_empty = ENOTEMPTY,