Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc196 char* escaped_str = curl_easy_escape(curl_, text.c_str(), text.size()); in UrlEscape() local
197 std::string ret{escaped_str}; in UrlEscape()
198 curl_free(escaped_str); in UrlEscape()