Home
last modified time | relevance | path

Searched refs:artifact (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.h101 bool ArtifactToFile(const DeviceBuild& build, const std::string& artifact,
106 bool ArtifactToFile(const DirectoryBuild& build, const std::string& artifact,
113 bool ArtifactToFile(const Build& build, const std::string& artifact, in ArtifactToFile() argument
115 return std::visit([this, &artifact, &path](auto&& arg) { in ArtifactToFile()
116 return ArtifactToFile(arg, artifact, path); in ArtifactToFile()
Dfetch_cvd.cc81 for (const auto& artifact : artifacts) { in TargetBuildZipFromArtifacts() local
82 if (artifact.Name().find(match) != std::string::npos) { in TargetBuildZipFromArtifacts()
83 return artifact.Name(); in TargetBuildZipFromArtifacts()
146 for (const auto& artifact : artifacts) { in download_host_package() local
147 has_host_package |= artifact.Name() == HOST_TOOLS; in download_host_package()
182 for (const auto& artifact : artifacts) { in download_ota_tools() local
183 has_host_package |= artifact.Name() == OTA_TOOLS; in download_ota_tools()
414 for (const auto& artifact : kernel_artifacts) { in FetchCvdMain() local
415 if (artifact.Name() != "initramfs.img") { in FetchCvdMain()
Dbuild_api.cc164 const std::string& artifact, in ArtifactToFile() argument
167 + "/attempts/latest/artifacts/" + artifact + "?alt=media"; in ArtifactToFile()
172 const std::string& artifact, in ArtifactToFile() argument
175 auto source = path + "/" + artifact; in ArtifactToFile()