Searched defs:GetQueryString (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/
H A Durl_utils.cc89 std::string url::GetQueryString(const std::string& url, bool remove_fragment) { function in class:brillo::url
101 std::string query_string = GetQueryString(url, true);

Completed in 65 milliseconds