Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dcurl_wrapper.cc106 std::string CurlWrapper::DownloadToString(const std::string& url) { in DownloadToString() function in cuttlefish::CurlWrapper
107 return DownloadToString(url, {}); in DownloadToString()
110 std::string CurlWrapper::DownloadToString(const std::string& url, in DownloadToString() function in cuttlefish::CurlWrapper
148 std::string contents = DownloadToString(url, headers); in DownloadToJson()
Dcurl_wrapper.h37 std::string DownloadToString(const std::string& url);
38 std::string DownloadToString(const std::string& url,