/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 45 partitions = list() 72 partitions.append(partition_info) 74 partitions.sort(key=operator.itemgetter("num")) 75 return partitions 143 partitions = parse_input(config) 147 if os.path.exists(output_filename) and len(partitions) == 2: 149 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, 151 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename, 155 elif len(partitions) == 2: 156 gptprefix = partitions[0]["sizeByMb"] + "_" + partitions[1]["sizeByMb"] [all …]
|
D | README.md | 21 * Combine multiple images into one image with multiple partitions 42 * Detect images that already have partitions in them.
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | disk_flags.cc | 151 std::vector<ImagePartition> partitions; in disk_config() local 156 partitions.push_back(ImagePartition { in disk_config() 160 partitions.push_back(ImagePartition { in disk_config() 164 partitions.push_back(ImagePartition { in disk_config() 168 partitions.push_back(ImagePartition { in disk_config() 172 partitions.push_back(ImagePartition { in disk_config() 176 partitions.push_back(ImagePartition { in disk_config() 180 partitions.push_back(ImagePartition { in disk_config() 184 partitions.push_back(ImagePartition { in disk_config() 188 partitions.push_back(ImagePartition { in disk_config() [all …]
|
D | image_aggregator.cc | 59 .partitions = {{ in ProtectiveMbr() 320 void DeAndroidSparse(const std::vector<ImagePartition>& partitions) { in DeAndroidSparse() argument 321 for (const auto& partition : partitions) { in DeAndroidSparse() 358 void AggregateImage(const std::vector<ImagePartition>& partitions, in AggregateImage() argument 360 DeAndroidSparse(partitions); in AggregateImage() 362 for (auto& disk : partitions) { in AggregateImage() 371 for (auto& disk : partitions) { in AggregateImage() 387 void CreateCompositeDisk(std::vector<ImagePartition> partitions, in CreateCompositeDisk() argument 392 for (auto& disk : partitions) { in CreateCompositeDisk()
|
D | image_aggregator.h | 35 void AggregateImage(const std::vector<ImagePartition>& partitions, 50 void CreateCompositeDisk(std::vector<ImagePartition> partitions,
|
/device/google/bonito/ |
D | recovery.wipe | 1 # All the partitions to be wiped (in order) under recovery. 7 # Wipe the boot partitions last so that all partitions will be wiped
|
/device/google/wahoo/ |
D | recovery.wipe | 1 # All the partitions to be wiped (in order) under recovery. 7 # Wipe the boot partitions last so that all partitions will be wiped
|
/device/google/crosshatch/ |
D | recovery.wipe | 1 # All the partitions to be wiped (in order) under recovery. 9 # Wipe the boot partitions last so that all partitions will be wiped
|
/device/google/coral/ |
D | recovery.wipe | 1 # All the partitions to be wiped (in order) under recovery. 9 # Wipe the boot partitions last so that all partitions will be wiped
|
/device/ti/beagle_x15/ |
D | fstab.beagle_x15board_v4 | 8 # Add all non-dynamic partitions except system, after this comment 13 # Add all dynamic partitions except system, after this comment
|
D | fstab.beagle_x15board_v5 | 8 # Add all non-dynamic partitions except system, after this comment 13 # Add all dynamic partitions except system, after this comment
|
/device/google/cuttlefish/shared/config/ |
D | fstab.ext4 | 4 # Add all non-dynamic partitions except system, after this comment 9 # Add all dynamic partitions except system, after this comment
|
D | fstab.f2fs | 4 # Add all non-dynamic partitions except system, after this comment 9 # Add all dynamic partitions except system, after this comment
|
/device/google/bonito-sepolicy/vendor/google/ |
D | device.te | 5 # dynamic partitions.
|
/device/google/bonito-sepolicy/vendor/qcom/sdm710/ |
D | update_engine_common.te | 2 # device-specific partitions it should update.
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | device.te | 6 # dynamic partitions.
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | update_engine_common.te | 2 # device-specific partitions it should update.
|
D | hal_bootctl.te | 24 # corresponds to the XBL partitions.
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | update_engine_common.te | 2 # device-specific partitions it should update.
|
D | hal_bootctl.te | 24 # corresponds to the XBL partitions.
|
/device/google/crosshatch-sepolicy/vendor/qcom/sdm845/ |
D | update_engine_common.te | 2 # device-specific partitions it should update.
|
/device/google/cuttlefish/host/libs/config/ |
D | mbr.h | 31 MbrPartitionEntry partitions[4]; member
|
/device/google/wahoo/sepolicy/vendor/ |
D | update_engine_common.te | 2 # device-specific partitions it should update.
|
D | hal_bootctl.te | 24 # corresponds to the XBL partitions.
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | device.te | 40 #Add for storage pertitions for EFS partitions 156 #Block device for A/B partitions
|