Home
last modified time | relevance | path

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

/external/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/
Dsystem_error.h508 device_or_resource_busy = EBUSY, enumerator