Searched refs:directory_not_empty (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Errc.h | 43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 43 directory_not_empty = int(std::errc::directory_not_empty), enumerator
|
/external/libcxx/include/ |
D | __errc | 39 directory_not_empty, // ENOTEMPTY 136 directory_not_empty = ENOTEMPTY,
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 166 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 166 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 35 static_assert(static_cast<int>(std::errc::directory_not_empty) == ENOTEMPTY, ""); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 270 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 76 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 520 directory_not_empty = ENOTEMPTY, enumerator
|