Searched refs:ERROR_DISK_FULL_ (Results 1 – 3 of 3) sorted by relevance
97 disk_full= boost::winapi::ERROR_DISK_FULL_,
273 case ERROR_DISK_FULL_: return make_error_condition( no_space_on_device ); in system_category_default_error_condition_win32()
246 BOOST_CONSTEXPR_OR_CONST DWORD_ ERROR_DISK_FULL_ = 112; variable