Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h59 no_space_on_device = int(std::errc::no_space_on_device), enumerator
/external/llvm/lib/Support/
DErrorHandling.cpp167 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device); in mapWindowsError()
170 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); in mapWindowsError()
DLockFileManager.cpp116 Error = make_error_code(errc::no_space_on_device); in LockFileManager()
/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_error162 no_space_on_device, // ENOSPC
298 no_space_on_device = ENOSPC,