Home
last modified time | relevance | path

Searched refs:artifacts (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc77 const std::vector<Artifact>& artifacts) { in TargetBuildZipFromArtifacts() argument
81 for (const auto& artifact : artifacts) { in TargetBuildZipFromArtifacts()
93 auto artifacts = build_api->Artifacts(build); in download_images() local
94 std::string img_zip_name = TargetBuildZipFromArtifacts(build, "img", artifacts); in download_images()
126 auto artifacts = build_api->Artifacts(build); in download_target_files() local
127 std::string target_zip = TargetBuildZipFromArtifacts(build, "target_files", artifacts); in download_target_files()
144 auto artifacts = build_api->Artifacts(build); in download_host_package() local
146 for (const auto& artifact : artifacts) { in download_host_package()
180 auto artifacts = build_api->Artifacts(build); in download_ota_tools() local
182 for (const auto& artifact : artifacts) { in download_ota_tools()
Dbuild_api.cc136 std::vector<Artifact> artifacts; in Artifacts() local
138 artifacts.emplace_back(artifact_json); in Artifacts()
140 return artifacts; in Artifacts()
152 std::vector<Artifact> artifacts; in Artifacts() local
157 artifacts.emplace_back(std::string(entity->d_name)); in Artifacts()
160 return artifacts; in Artifacts()