Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmapbox.hpp15 std::string normalizeSourceURL(const std::string& baseURL, const std::string& url, const std::strin…
H A Dmapbox.cpp31 std::string normalizeSourceURL(const std::string& baseURL, in normalizeSourceURL() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp221 res.url = util::mapbox::normalizeSourceURL(apiBaseURL, resource.url, accessToken); in request()