Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dasset_file_source.hpp13 AssetFileSource(const std::string& assetRoot);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Ddefault_file_source.hpp30 const std::string& assetRoot,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp203 const std::string& assetRoot, in DefaultFileSource() argument
205 : DefaultFileSource(cachePath, std::make_unique<AssetFileSource>(assetRoot), maximumCacheSize) { in DefaultFileSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp96 const std::string& cachePath, const std::string& assetRoot, uint64_t maximumCacheSize) { in sharedDefaultFileSource() argument
119 cachePath, assetRoot, maximumCacheSize); in sharedDefaultFileSource()