Searched refs:device_or_resource_busy (Results 1 – 4 of 4) sorted by relevance
156 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()
42 device_or_resource_busy = int(std::errc::device_or_resource_busy), enumerator
34 static_assert(static_cast<int>(std::errc::device_or_resource_busy) == EBUSY, ""); in main()
135 device_or_resource_busy, // EBUSY267 device_or_resource_busy = EBUSY,