Searched refs:no_space_on_device (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DErrc.h59 no_space_on_device = int(std::errc::no_space_on_device), member in class:llvm::errc
/external/llvm/lib/Support/
H A DErrorHandling.cpp167 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device);
170 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device);
H A DLockFileManager.cpp188 Error = make_error_code(errc::no_space_on_device);
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp63 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, "");

Completed in 147 milliseconds