Searched refs:directory_not_empty (Results 1 – 5 of 5) sorted by relevance
42 directory_not_empty = int(std::errc::directory_not_empty), enumerator
135 directory_not_empty = ENOTEMPTY, in _LIBCPP_DECLARE_STRONG_ENUM()
174 if (ec.value() != static_cast<int>(std::errc::directory_not_empty) && in main()
58 {ERROR_DIR_NOT_EMPTY, errc::directory_not_empty}, in __win_err_to_errc()
263 MAP_ERR_TO_COND(ERROR_DIR_NOT_EMPTY, directory_not_empty); in mapWindowsError()