Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc48 DEFINE_string(system_build, "", "source for system.img and product.img");
318 auto system_build = ArgumentToBuild(&build_api, FLAGS_system_build, in FetchCvdMain() local
324 download_images(&build_api, system_build, target_dir, in FetchCvdMain()
327 LOG(INFO) << "Could not find system image for " << system_build in FetchCvdMain()
333 AddFilesToConfig(FileSource::SYSTEM_BUILD, system_build, image_files, in FetchCvdMain()
342 download_target_files(&build_api, system_build, system_target_dir); in FetchCvdMain()
344 LOG(FATAL) << "Could not download target files for " << system_build; in FetchCvdMain()
347 AddFilesToConfig(FileSource::SYSTEM_BUILD, system_build, target_files, &config); in FetchCvdMain()