Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc284 .image_file_path = AbsolutePath(instance.chromeos_state_image()), in chromeos_composite_disk_config()
290 .image_file_path = AbsolutePath(instance.esp_image_path()), in chromeos_composite_disk_config()
296 .image_file_path = AbsolutePath(instance.chromeos_root_image()), in chromeos_composite_disk_config()
310 .image_file_path = AbsolutePath(instance.esp_image_path()), in linux_composite_disk_config()
316 .image_file_path = AbsolutePath(instance.linux_root_image()), in linux_composite_disk_config()
329 .image_file_path = AbsolutePath(instance.esp_image_path()), in fuchsia_composite_disk_config()
343 .image_file_path = AbsolutePath(instance.misc_image()), in android_composite_disk_config()
348 .image_file_path = AbsolutePath(instance.new_boot_image()), in android_composite_disk_config()
353 .image_file_path = AbsolutePath(instance.new_boot_image()), in android_composite_disk_config()
360 .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()
/aosp_15_r20/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()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
H A Ddecode_jpeg_op_test.py61 image_file_path = resource_loader.get_path_to_datafile(
66 if not os.path.exists(image_file_path):
67 image_file_path = resource_loader.get_path_to_datafile(
74 initializer=io_ops.read_file(image_file_path))
77 io_ops.read_file(image_file_path), channels=3, name='single_image')
/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc239 .image_file_paths = std::vector{source.image_file_path}, in ToMultipleImagePartition()
456 Result<void> res = ForceRawImage(partition.image_file_path); in DeAndroidSparse()
483 auto disk_fd = SharedFD::Open(disk.image_file_path, O_RDONLY); in AggregateImage()
484 auto file_size = FileSize(disk.image_file_path); in AggregateImage()
486 LOG(FATAL) << "Could not copy from \"" << disk.image_file_path in AggregateImage()
Dimage_aggregator.h34 std::string image_file_path; member
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py1186 image_file_path = posixpath.join(source_dir, json_data['location'])
1190 device.PullFile(image_file_path,
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py1248 image_file_path = posixpath.join(source_dir, json_data['location'])
1252 device.PullFile(image_file_path,