Home
last modified time | relevance | path

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

/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-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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DErrorHandling.cpp261 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy); in mapWindowsError()
262 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy); in mapWindowsError()
269 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy); in mapWindowsError()
288 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/swiftshader/third_party/llvm-7.0/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/llvm/include/llvm/Support/
DErrc.h42 device_or_resource_busy = int(std::errc::device_or_resource_busy), enumerator
/external/libcxx/include/
D__errc38 device_or_resource_busy, // EBUSY
135 device_or_resource_busy = EBUSY,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp34 static_assert(static_cast<int>(std::errc::device_or_resource_busy) == EBUSY, ""); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h519 device_or_resource_busy = EBUSY, enumerator