Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 25 of 33) sorted by relevance

12

/device/google/cuttlefish/shared/
Dreleasetools.py34 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/
Dmk_combined_img.py78 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 …]
DREADME.md25 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/
Dflashall3 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/
Dimage_aggregator.cc202 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 …]
Ddisk_flags.cc217 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/
Dstorage.c18 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/
Ddevice.te43 #Define device for partition links
71 #MBA debug image partition
74 #logdump partition
77 #Bootselect partition
Dhal_bootctl.te5 # 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
Dhal_graphics_composer_default.te27 # Allow r/w to data partition for writeback dumps
Dsensors.te10 # Read/write persist partition for sensors registry
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dhal_bootctl.te5 # 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/
Dhal_bootctl.te5 # 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/
Dhal_bootctl.te5 # 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/
Dinit-common.rc52 # 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/
DREADME1 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/
Dandroid-info.txt2 require partition-exists=product
/device/google/crosshatch/self-extractors_blueline/root/
Dandroid-info.txt2 require partition-exists=product
/device/google/bonito-sepolicy/vendor/google/
Ddevice.te4 # Mark system_block_devices as super partition block devices for retrofit
/device/google/crosshatch-sepolicy/vendor/google/
Ddevice.te5 # Mark system_block_devices as super partition block devices for retrofit
/device/generic/common/mgsi/
Dmgsi_system_user.prop4 # GSI disables non-AOSP nnapi extensions on product partition
Dmgsi_system.prop7 # GSI disables non-AOSP nnapi extensions on product partition
/device/google/taimen/
Dinit-taimen.rc56 # Write the dark theme magic to /misc partition.
61 # Clear the dark theme magic in /misc partition.
/device/linaro/poplar/installer/recovery_files/
Dinstall1 # partition table
/device/google/bonito/
Dfstab.hardware5 #TODO: Add 'check' as fs_mgr_flags with data partition.

12