Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc268 .image_file_path = AbsolutePath(instance.chromeos_state_image()), in chromeos_composite_disk_config()
274 .image_file_path = AbsolutePath(instance.esp_image_path()), in chromeos_composite_disk_config()
280 .image_file_path = AbsolutePath(instance.chromeos_root_image()), in chromeos_composite_disk_config()
294 .image_file_path = AbsolutePath(instance.esp_image_path()), in linux_composite_disk_config()
300 .image_file_path = AbsolutePath(instance.linux_root_image()), in linux_composite_disk_config()
313 .image_file_path = AbsolutePath(instance.esp_image_path()), in fuchsia_composite_disk_config()
327 .image_file_path = AbsolutePath(instance.misc_image()), in android_composite_disk_config()
332 .image_file_path = AbsolutePath(instance.new_boot_image()), in android_composite_disk_config()
337 .image_file_path = AbsolutePath(instance.new_boot_image()), in android_composite_disk_config()
344 .image_file_path = AbsolutePath(init_boot_path), in android_composite_disk_config()
[all …]
Ddisk_builder.cpp41 auto partition_mod_time = FileModificationTime(partition.image_file_path); in LastUpdatedInputDisk()
148 disk_conf << partition.image_file_path << "\n"; in TextConfig()
/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dinitialize_instance_composite_disk.cc43 .image_file_path = AbsolutePath(instance.uboot_env_image_path()), in PersistentCompositeDiskConfig()
47 .image_file_path = AbsolutePath(instance.vbmeta_path()), in PersistentCompositeDiskConfig()
52 .image_file_path = in PersistentCompositeDiskConfig()
59 .image_file_path = AbsolutePath(instance.persistent_bootconfig_path()), in PersistentCompositeDiskConfig()
74 .image_file_path = AbsolutePath(instance.ap_uboot_env_image_path()), in PersistentAPCompositeDiskConfig()
78 .image_file_path = AbsolutePath(instance.ap_vbmeta_path()), in PersistentAPCompositeDiskConfig()
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc239 .image_file_paths = std::vector{source.image_file_path}, in ToMultipleImagePartition()
456 if (!ConvertToRawImage(partition.image_file_path)) { in DeAndroidSparse()
457 LOG(DEBUG) << "Failed to desparse " << partition.image_file_path; in DeAndroidSparse()
482 auto disk_fd = SharedFD::Open(disk.image_file_path, O_RDONLY); in AggregateImage()
483 auto file_size = FileSize(disk.image_file_path); in AggregateImage()
485 LOG(FATAL) << "Could not copy from \"" << disk.image_file_path in AggregateImage()
Dimage_aggregator.h34 std::string image_file_path; member