Home
last modified time | relevance | path

Searched defs:IOException (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dio.hpp11 struct IOException : std::runtime_error { struct
13 const int code = 0;
H A Dio.cpp13 IOException::IOException(int err, const std::string& msg) in IOException() function in mbgl::util::IOException