Home
last modified time | relevance | path

Searched refs:CantOpen (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp30 static_assert(mbgl::underlying_type(ResultCode::CantOpen) == 14, "error");
104 return Exception { ResultCode::CantOpen, "SQLite driver not found." }; in tryOpen()
124 return Exception { ResultCode::CantOpen, "Error opening the database." }; in tryOpen()
180 throw Exception { ResultCode::CantOpen, "Error opening the database." }; in setBusyTimeout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.hpp33 CantOpen = 14, enumerator