Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc158 .image_file_path = FLAGS_boot_env_image, in disk_config()
162 .image_file_path = FLAGS_misc_image, in disk_config()
166 .image_file_path = FLAGS_boot_image, in disk_config()
170 .image_file_path = FLAGS_boot_image, in disk_config()
174 .image_file_path = FLAGS_vendor_boot_image, in disk_config()
178 .image_file_path = FLAGS_vendor_boot_image, in disk_config()
182 .image_file_path = FLAGS_vbmeta_image, in disk_config()
186 .image_file_path = FLAGS_vbmeta_image, in disk_config()
190 .image_file_path = FLAGS_vbmeta_system_image, in disk_config()
194 .image_file_path = FLAGS_vbmeta_system_image, in disk_config()
[all …]
Dimage_aggregator.cc172 auto size = UnsparsedSize(source.image_file_path); in AppendDisk()
204 component->set_file_path(partition.source.image_file_path); in MakeCompositeDiskSpec()
322 auto fd = open(partition.image_file_path.c_str(), O_RDONLY); in DeAndroidSparse()
324 PLOG(FATAL) << "Could not open \"" << partition.image_file_path; in DeAndroidSparse()
332 LOG(INFO) << "Desparsing " << partition.image_file_path; in DeAndroidSparse()
333 std::string out_file_name = partition.image_file_path + ".desparse"; in DeAndroidSparse()
342 LOG(FATAL) << "Failed to desparse \"" << partition.image_file_path in DeAndroidSparse()
346 if (rename(out_file_name.c_str(), partition.image_file_path.c_str()) < 0) { in DeAndroidSparse()
349 << partition.image_file_path << "\": " << strerror(error_num); in DeAndroidSparse()
372 auto disk_fd = cuttlefish::SharedFD::Open(disk.image_file_path, O_RDONLY); in AggregateImage()
[all …]
Dimage_aggregator.h27 std::string image_file_path; member