Home
last modified time | relevance | path

Searched defs:url (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/fetcher/
Dcurl_wrapper.cc66 bool CurlWrapper::DownloadToFile(const std::string& url, const std::string& 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()
Dbuild_api.cc95 std::string url = BUILD_API + "/builds?branch=" + branch in LatestBuildId() local
112 std::string url = BUILD_API + "/builds/" + build.id + "/" + build.target; in BuildStatus() local
121 std::string url = BUILD_API + "/builds/" + build.id + "/" + build.target; in ProductName() local
130 std::string url = BUILD_API + "/builds/" + build.id + "/" + build.target in Artifacts() local
166 std::string url = BUILD_API + "/builds/" + build.id + "/" + build.target in ArtifactToFile() local
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp545 const std::string &url, int error_code, in OnIceCandidateError()
553 const std::string &url, int error_code, in OnIceCandidateError()
Dstreamer.cpp305 auto url = urls[url_idx]; in HandleConfigMessage() local