Home
last modified time | relevance | path

Searched refs:no_space_on_device (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
DErrc.h59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp168 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/llvm/lib/Support/
DErrorHandling.cpp168 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()
DLockFileManager.cpp192 auto EC = make_error_code(errc::no_space_on_device); in LockFileManager()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc78 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/
Derrc.pass.cpp63 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, ""); in main()
/external/libcxx/include/
Dsystem_error168 no_space_on_device, // ENOSPC
315 no_space_on_device = ENOSPC,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h554 no_space_on_device = ENOSPC, enumerator