Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/external/llvm/include/llvm/Support/
DErrc.h43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
/external/libcxx/include/
D__errc39 directory_not_empty, // ENOTEMPTY
136 directory_not_empty = ENOTEMPTY,
/external/llvm/lib/Support/
DErrorHandling.cpp166 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp166 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DErrorHandling.cpp270 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc76 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h520 directory_not_empty = ENOTEMPTY, enumerator