Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp165 std::string timeoutStr = mbgl::util::toString(timeout.count() & INT_MAX); in setBusyTimeout() local
171 connectOptions.append("QSQLITE_BUSY_TIMEOUT=").append(QString::fromStdString(timeoutStr)); in setBusyTimeout()