Home
last modified time | relevance | path

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

/external/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/llvm/lib/Support/
DLockFileManager.cpp108 Error = make_error_code(errc::no_space_on_device); in LockFileManager()
/external/llvm/include/llvm/Support/
Dsystem_error.h545 no_space_on_device = ENOSPC, enumerator