Searched refs:target_dir (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/commands/fetcher/ |
D | fetch_cvd.cc | 251 std::string target_dir = AbsolutePath(FLAGS_directory); in FetchCvdMain() local 252 if (!DirectoryExists(target_dir) && mkdir(target_dir.c_str(), 0777) != 0) { in FetchCvdMain() 253 LOG(FATAL) << "Could not create " << target_dir; in FetchCvdMain() 272 download_host_package(&build_api, default_build, target_dir); in FetchCvdMain() 285 download_ota_tools(&build_api, ota_build, target_dir); in FetchCvdMain() 293 download_images(&build_api, default_build, target_dir); in FetchCvdMain() 304 std::string default_target_dir = target_dir + "/default"; in FetchCvdMain() 324 download_images(&build_api, system_build, target_dir, in FetchCvdMain() 337 std::string system_target_dir = target_dir + "/system"; in FetchCvdMain() 349 if (ExtractImages(target_files[0], target_dir, {"IMAGES/system.img"}) in FetchCvdMain() [all …]
|