Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc127 std::string target_zip = TargetBuildZipFromArtifacts(build, "target_files", artifacts); in download_target_files() local
128 if (target_zip.size() == 0) { in download_target_files()
132 std::string local_path = target_directory + "/" + target_zip; in download_target_files()
133 if (!build_api->ArtifactToFile(build, target_zip, local_path)) { in download_target_files()
134 LOG(ERROR) << "Unable to download " << build << ":" << target_zip << " to " in download_target_files()
/device/google/cuttlefish/shared/
Dreleasetools.py48 target_images = GetUserImages(info.target_tmp, info.target_zip)