Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/
Dcurl_wrapper.cc180 CurlResponse<std::string> DownloadToFile( in DownloadToFile() function in cuttlefish::__anon5aabdddd0111::CurlWrapperImpl
331 CurlResponse<std::string> DownloadToFile( in DownloadToFile() function in cuttlefish::__anon5aabdddd0111::CurlServerErrorRetryingWrapper
335 [&, this]() { return inner_curl_.DownloadToFile(url, path, headers); }); in DownloadToFile()
Dcurl_wrapper.h57 virtual CurlResponse<std::string> DownloadToFile(
Dbuild_api.cc285 return curl.DownloadToFile(url, path).HttpSuccess(); in ArtifactToFile()