/device/google/cuttlefish/shared/ |
D | releasetools.py | 34 return {partition: GetUserImage(partition, input_tmp, input_zip) 35 for partition in USERIMAGE_PARTITIONS 37 "IMAGES", partition + ".img"))} 42 return [BlockDifference(partition, image) 43 for partition, image in images.items()] 51 for partition in source_images: 52 target_images.setdefault(partition, EmptyImage()) 55 return [BlockDifference(partition, target_image, source_images.get(partition)) 56 for partition, target_image in target_images.items()]
|
/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 78 def write_partition(partition, output_file, offset): argument 81 dd_comm = ['dd', 'if=' + partition["path"], 'of=' + output_file, 'conv=notrunc,sync', 87 def unsparse_partition(partition): argument 90 print("Unsparsing %s" % (partition["path"]), end=' ') 91 partition["fd"], temp_file = mkstemp() 92 shell_command([simg2img, partition["path"], temp_file]) 93 partition["path"] = temp_file 105 def add_partition(partition, output_file): argument 107 num = str(partition["num"]) 108 new_comm = '--new=' + num + ':' + partition["start"] + ':' + partition["end"] [all …]
|
D | README.md | 25 Each line with the order of ``</path/to/image>`` ``<partition label>`` ``<partition number>`` 28 ``<partition number>`` should be within range of ``[1, number of lines]``
|
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/ |
D | flashall | 3 fastboot flash partition:0 gpt_both0.bin 4 fastboot flash partition:1 gpt_both1.bin 5 fastboot flash partition:2 gpt_both2.bin 6 fastboot flash partition:3 gpt_both3.bin 7 fastboot flash partition:4 gpt_both4.bin 8 fastboot flash partition:5 gpt_both5.bin
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 202 for (auto& partition : partitions_) { in MakeCompositeDiskSpec() local 204 component->set_file_path(partition.source.image_file_path); in MakeCompositeDiskSpec() 205 component->set_offset(partition.offset); in MakeCompositeDiskSpec() 245 const auto& partition = partitions_[i]; in Beginning() local 247 .first_lba = partition.offset / SECTOR_SIZE, in Beginning() 248 .last_lba = (partition.offset + partition.size - SECTOR_SIZE) in Beginning() 321 for (const auto& partition : partitions) { in DeAndroidSparse() local 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() [all …]
|
D | disk_flags.cc | 217 for (auto& partition : disk_config()) { in LastUpdatedInputDisk() local 218 auto partition_mod_time = cuttlefish::FileModificationTime(partition.image_file_path); in LastUpdatedInputDisk()
|
/device/linaro/dragonboard/qcom/rmtfs/ |
D | storage.c | 18 struct partition { struct 29 const struct partition *partition; member 39 static const struct partition partition_table[] = { 78 const struct partition *part; in storage_open() 100 rmtfds[i].partition == part) in storage_open() 146 rmtfd->partition = part; in storage_open() 160 rmtfd->partition = NULL; in storage_close()
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | device.te | 43 #Define device for partition links 71 #MBA debug image partition 74 #logdump partition 77 #Bootselect partition
|
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 16 # A/B slot selection for the XBL partition. Allow also to issue a
|
D | hal_graphics_composer_default.te | 27 # Allow r/w to data partition for writeback dumps
|
D | sensors.te | 10 # Read/write persist partition for sensors registry
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/wahoo/sepolicy/vendor/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/muskie/ |
D | init-common.rc | 52 # Write the dark theme magic to /misc partition. Offset 12360 (0x3048) in vendor space is 53 # effectively offset 14408 (0x3848) in /misc partition. 58 # Clear the dark theme magic in /misc partition.
|
/device/linaro/poplar/installer/ |
D | README | 1 The following instructions will help you to flash partition table and 18 * Run U-Boot commands below to install partition table and bootloader.
|
/device/google/crosshatch/self-extractors/root/ |
D | android-info.txt | 2 require partition-exists=product
|
/device/google/crosshatch/self-extractors_blueline/root/ |
D | android-info.txt | 2 require partition-exists=product
|
/device/google/bonito-sepolicy/vendor/google/ |
D | device.te | 4 # Mark system_block_devices as super partition block devices for retrofit
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | device.te | 5 # Mark system_block_devices as super partition block devices for retrofit
|
/device/generic/common/mgsi/ |
D | mgsi_system_user.prop | 4 # GSI disables non-AOSP nnapi extensions on product partition
|
D | mgsi_system.prop | 7 # GSI disables non-AOSP nnapi extensions on product partition
|
/device/google/taimen/ |
D | init-taimen.rc | 56 # Write the dark theme magic to /misc partition. 61 # Clear the dark theme magic in /misc partition.
|
/device/linaro/poplar/installer/recovery_files/ |
D | install | 1 # partition table
|
/device/google/bonito/ |
D | fstab.hardware | 5 #TODO: Add 'check' as fs_mgr_flags with data partition.
|