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.h25 class CurlWrapper {
28 CurlWrapper();
29 ~CurlWrapper();
30 CurlWrapper(const CurlWrapper&) = delete;
31 CurlWrapper& operator=(const CurlWrapper*) = delete;
32 CurlWrapper(CurlWrapper&&) = default;
Dcurl_wrapper.cc54 CurlWrapper::CurlWrapper() { in CurlWrapper() function in cuttlefish::CurlWrapper
62 CurlWrapper::~CurlWrapper() { in ~CurlWrapper()
66 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path) { in DownloadToFile()
67 return CurlWrapper::DownloadToFile(url, path, {}); in DownloadToFile()
70 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& path, in DownloadToFile()
106 std::string CurlWrapper::DownloadToString(const std::string& url) { in DownloadToString()
110 std::string CurlWrapper::DownloadToString(const std::string& url, in DownloadToString()
142 Json::Value CurlWrapper::DownloadToJson(const std::string& url) { in DownloadToJson()
146 Json::Value CurlWrapper::DownloadToJson(const std::string& url, in DownloadToJson()
Dcredential_source.h32 CurlWrapper curl;
Dbuild_api.h84 CurlWrapper curl;