Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DErrorHandling.cpp154 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError()
163 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError()
172 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
/external/llvm/include/llvm/Support/
DErrc.h61 no_such_device = int(std::errc::no_such_device), enumerator
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp116 no_such_device = ASIO_WIN_OR_POSIX( enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp68 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, ""); in main()
/external/libcxx/include/
Dsystem_error165 no_such_device, // ENODEV
305 no_such_device = ENODEV,