Searched refs:no_space_on_device (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Errc.h | 59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
|
/external/llvm/include/llvm/Support/ |
D | Errc.h | 59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
|
/external/llvm/lib/Support/ |
D | ErrorHandling.cpp | 168 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError() 171 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
|
D | LockFileManager.cpp | 192 auto EC = make_error_code(errc::no_space_on_device); in LockFileManager()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 168 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError() 171 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 272 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError() 275 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
|
/external/libcxx/include/ |
D | __errc | 65 no_space_on_device, // ENOSPC 166 no_space_on_device = ENOSPC,
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | system_error.inc | 78 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); 81 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device);
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 63 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, ""); in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 554 no_space_on_device = ENOSPC, enumerator
|