Searched refs:device_or_resource_busy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 49 {ERROR_BUSY, errc::device_or_resource_busy}, in __win_err_to_errc() 50 {ERROR_BUSY_DRIVE, errc::device_or_resource_busy}, in __win_err_to_errc() 57 {ERROR_DEVICE_IN_USE, errc::device_or_resource_busy}, in __win_err_to_errc() 79 {ERROR_OPEN_FILES, errc::device_or_resource_busy}, in __win_err_to_errc()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 290 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy); in mapWindowsError() 291 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy); in mapWindowsError() 298 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy); in mapWindowsError() 319 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy); in mapWindowsError()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 45 device_or_resource_busy = int(std::errc::device_or_resource_busy), enumerator
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | errc.h | 161 device_or_resource_busy = EBUSY, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 869 return llvm::createStringError(std::errc::device_or_resource_busy, in writeIndex() 887 return llvm::createStringError(std::errc::device_or_resource_busy, in writeIndex()
|