Home
last modified time | relevance | path

Searched refs:ERROR_FILE_NOT_FOUND_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/filesystem/src/
Derror_handling.hpp48 #define BOOST_ERROR_FILE_NOT_FOUND boost::winapi::ERROR_FILE_NOT_FOUND_
/third_party/boost/boost/system/
Dwindows_error.hpp51 file_not_found = boost::winapi::ERROR_FILE_NOT_FOUND_,
/third_party/boost/boost/system/detail/
Dsystem_category_win32.hpp275 case ERROR_FILE_NOT_FOUND_: return make_error_condition( no_such_file_or_directory ); in system_category_default_error_condition_win32()
/third_party/boost/boost/winapi/
Derror_codes.hpp166 BOOST_CONSTEXPR_OR_CONST DWORD_ ERROR_FILE_NOT_FOUND_ = 2; variable