Searched refs:target_zip (Results 1 – 2 of 2) sorted by relevance
127 std::string target_zip = TargetBuildZipFromArtifacts(build, "target_files", artifacts); in download_target_files() local128 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()
48 target_images = GetUserImages(info.target_tmp, info.target_zip)