Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc167 Result<HttpResponse<std::string>> DownloadToFile( in DownloadToFile() function in cuttlefish::__anon7fb68fc60111::CurlClient
359 Result<HttpResponse<std::string>> DownloadToFile( in DownloadToFile() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient
363 return inner_client_.DownloadToFile(url, path, headers); in DownloadToFile()
Dhttp_client.h93 virtual Result<HttpResponse<std::string>> DownloadToFile(