Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/
Dbuild_api.cc228 const std::string& artifact, in ArtifactToCallback()
259 const std::string& artifact, in ArtifactToFile()
289 const std::string& artifact, in ArtifactToFile()
Dbuild_api.h113 bool ArtifactToFile(const Build& build, const std::string& artifact, in ArtifactToFile()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc86 for (const auto& artifact : artifacts) { in TargetBuildZipFromArtifacts() local
151 for (const auto& artifact : artifacts) { in download_host_package() local
187 for (const auto& artifact : artifacts) { in download_ota_tools() local
492 for (const auto& artifact : kernel_artifacts) { in FetchCvdMain() local
/device/google/cuttlefish/tests/integration/com/android/cuttlefish/test/
DGceInstanceRule.java210 public void uploadBuildArtifact(String artifact, String destFile) throws IOException { in uploadBuildArtifact()