Searched refs:DownloadToFile (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/host/commands/fetcher/ |
D | curl_wrapper.h | 34 bool DownloadToFile(const std::string& url, const std::string& path); 35 bool DownloadToFile(const std::string& url, const std::string& path,
|
D | curl_wrapper.cc | 66 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path) { in DownloadToFile() function in cuttlefish::CurlWrapper 67 return CurlWrapper::DownloadToFile(url, path, {}); in DownloadToFile() 70 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path, in DownloadToFile() function in cuttlefish::CurlWrapper
|
D | build_api.cc | 168 return curl.DownloadToFile(url, path, Headers()); in ArtifactToFile()
|