Searched refs:curl (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish/host/commands/fetcher/ |
D | curl_wrapper.cc | 55 curl = curl_easy_init(); in CurlWrapper() 56 if (!curl) { in CurlWrapper() 63 curl_easy_cleanup(curl); in ~CurlWrapper() 73 if (!curl) { in DownloadToFile() 78 curl_easy_reset(curl); in DownloadToFile() 79 curl_easy_setopt(curl, CURLOPT_CAINFO, "/etc/ssl/certs/ca-certificates.crt"); in DownloadToFile() 80 curl_easy_setopt(curl, CURLOPT_HTTPHEADER, curl_headers); in DownloadToFile() 81 curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); in DownloadToFile() 83 curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, error_buf); in DownloadToFile() 84 curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); in DownloadToFile() [all …]
|
D | build_api.cc | 98 auto response = curl.DownloadToJson(url, Headers()); in LatestBuildId() 113 auto response_json = curl.DownloadToJson(url, Headers()); in BuildStatus() 122 auto response_json = curl.DownloadToJson(url, Headers()); in ProductName() 132 auto artifacts_json = curl.DownloadToJson(url, Headers()); in Artifacts() 168 return curl.DownloadToFile(url, path, Headers()); in ArtifactToFile()
|
D | credential_source.h | 32 CurlWrapper curl; variable
|
D | curl_wrapper.h | 26 CURL* curl; variable
|
D | credential_source.cc | 44 curl.DownloadToJson(REFRESH_URL, {"Metadata-Flavor: Google"}); in RefreshCredential()
|
D | build_api.h | 84 CurlWrapper curl; variable
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | README | 3 curl --cacert certs/server.crt https://localhost:443/
|
/device/google/cuttlefish_vmm/ |
D | rebuild-internal.sh | 37 retry curl -LO \ 82 curl \ 106 curl https://storage.googleapis.com/git-repo-downloads/repo > "${TOOLS_DIR}/repo"
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | builder-packages.txt | 26 curl 7.64.0-4+deb10u1
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | builder-packages.txt | 31 curl 7.64.0-4+deb10u1
|