Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DErrorHandling.cpp155 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError()
164 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError()
173 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp155 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError()
164 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError()
173 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h61 no_such_device = int(std::errc::no_such_device), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h61 no_such_device = int(std::errc::no_such_device), enumerator
/external/llvm/include/llvm/Support/
DErrc.h61 no_such_device = int(std::errc::no_such_device), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DErrorHandling.cpp259 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device); in mapWindowsError()
268 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device); in mapWindowsError()
277 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); in mapWindowsError()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc65 MAP_ERR_TO_COND(ERROR_BAD_UNIT, no_such_device);
74 MAP_ERR_TO_COND(ERROR_DEV_NOT_EXIST, no_such_device);
84 MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device);
/external/libcxx/include/
D__errc68 no_such_device, // ENODEV
173 no_such_device = ENODEV,
/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/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h561 no_such_device = ENODEV, enumerator