Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dcurl_wrapper.h23 class CurlWrapper {
26 CurlWrapper();
27 ~CurlWrapper();
28 CurlWrapper(const CurlWrapper&) = delete;
29 CurlWrapper& operator=(const CurlWrapper*) = delete;
30 CurlWrapper(CurlWrapper&&) = default;
Dcurl_wrapper.cc53 CurlWrapper::CurlWrapper() { in CurlWrapper() function in CurlWrapper
61 CurlWrapper::~CurlWrapper() { in ~CurlWrapper()
65 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path) { in DownloadToFile()
66 return CurlWrapper::DownloadToFile(url, path, {}); in DownloadToFile()
69 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path, in DownloadToFile()
105 std::string CurlWrapper::DownloadToString(const std::string& url) { in DownloadToString()
109 std::string CurlWrapper::DownloadToString(const std::string& url, in DownloadToString()
141 Json::Value CurlWrapper::DownloadToJson(const std::string& url) { in DownloadToJson()
145 Json::Value CurlWrapper::DownloadToJson(const std::string& url, in DownloadToJson()
Dcredential_source.h30 CurlWrapper curl;
Dbuild_api.h81 CurlWrapper curl;