Searched refs:device_or_resource_busy (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DErrorHandling.cpp156 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy);
157 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy);
164 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy);
183 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy);
/external/llvm/include/llvm/Support/
H A DErrc.h42 device_or_resource_busy = int(std::errc::device_or_resource_busy), member in class:llvm::errc
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp34 static_assert(static_cast<int>(std::errc::device_or_resource_busy) == EBUSY, "");

Completed in 78 milliseconds