HomeSort by relevance Sort by last modified time
    Searched refs:no_space_on_device (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Errc.h 59 no_space_on_device = int(std::errc::no_space_on_device), member in class:llvm::errc
  /external/llvm/lib/Support/
ErrorHandling.cpp 166 MAP_ERR_TO_COND(ERROR_DISK_FULL, no_space_on_device);
169 MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device);
LockFileManager.cpp 118 Error = make_error_code(errc::no_space_on_device);
  /external/libcxx/test/diagnostics/syserr/
errc.pass.cpp 63 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, "");

Completed in 71 milliseconds