Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc94 std::string img_zip_name = TargetBuildZipFromArtifacts(build, "img", artifacts); in download_images() local
95 if (img_zip_name.size() == 0) { in download_images()
99 std::string local_path = target_directory + "/" + img_zip_name; in download_images()
100 if (!build_api->ArtifactToFile(build, img_zip_name, local_path)) { in download_images()
101 LOG(ERROR) << "Unable to download " << build << ":" << img_zip_name << " to " in download_images()