Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.hpp76 …static mapbox::util::variant<Database, Exception> tryOpen(const std::string &filename, int flags =…
H A Dsqlite3.cpp87 mapbox::util::variant<Database, Exception> Database::tryOpen(const std::string &filename, int flags… in tryOpen() function in mapbox::sqlite::Database
98 auto result = tryOpen(filename, flags); in open()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp102 mapbox::util::variant<Database, Exception> Database::tryOpen(const std::string &filename, int flags… in tryOpen() function in mapbox::sqlite::Database
131 auto result = tryOpen(filename, flags); in open()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp33 auto result = mapbox::sqlite::Database::tryOpen(path, mapbox::sqlite::ReadWriteCreate); in ensureSchema()