Home
last modified time | relevance | path

Searched refs:device_or_resource_busy (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp157 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy); in mapWindowsError()
158 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy); in mapWindowsError()
165 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy); in mapWindowsError()
184 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy); in mapWindowsError()
/external/llvm/lib/Support/
DErrorHandling.cpp157 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy); in mapWindowsError()
158 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy); in mapWindowsError()
165 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy); in mapWindowsError()
184 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy); in mapWindowsError()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc67 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy);
68 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy);
75 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy);
96 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy);
/external/llvm/include/llvm/Support/
DErrc.h42 device_or_resource_busy = int(std::errc::device_or_resource_busy), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h42 device_or_resource_busy = int(std::errc::device_or_resource_busy), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp34 static_assert(static_cast<int>(std::errc::device_or_resource_busy) == EBUSY, ""); in main()
/external/libcxx/include/
Dsystem_error141 device_or_resource_busy, // EBUSY
284 device_or_resource_busy = EBUSY,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h519 device_or_resource_busy = EBUSY, enumerator