Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DErrorHandling.cpp156 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy); in mapWindowsError()
157 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy); in mapWindowsError()
164 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy); in mapWindowsError()
183 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy); in mapWindowsError()
/external/llvm/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_error135 device_or_resource_busy, // EBUSY
267 device_or_resource_busy = EBUSY,