Home
last modified time | relevance | path

Searched refs:partitions (Results 1 – 25 of 36) sorted by relevance

12

/device/generic/goldfish/tools/
Dmk_combined_img.py45 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 …]
DREADME.md21 * 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/
Ddisk_flags.cc151 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 …]
Dimage_aggregator.cc59 .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()
Dimage_aggregator.h35 void AggregateImage(const std::vector<ImagePartition>& partitions,
50 void CreateCompositeDisk(std::vector<ImagePartition> partitions,
/device/google/bonito/
Drecovery.wipe1 # 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/
Drecovery.wipe1 # 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/
Drecovery.wipe1 # 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/
Drecovery.wipe1 # 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/
Dfstab.beagle_x15board_v48 # Add all non-dynamic partitions except system, after this comment
13 # Add all dynamic partitions except system, after this comment
Dfstab.beagle_x15board_v58 # 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/
Dfstab.ext44 # Add all non-dynamic partitions except system, after this comment
9 # Add all dynamic partitions except system, after this comment
Dfstab.f2fs4 # 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/
Ddevice.te5 # dynamic partitions.
/device/google/bonito-sepolicy/vendor/qcom/sdm710/
Dupdate_engine_common.te2 # device-specific partitions it should update.
/device/google/crosshatch-sepolicy/vendor/google/
Ddevice.te6 # dynamic partitions.
/device/google/bonito-sepolicy/vendor/qcom/common/
Dupdate_engine_common.te2 # device-specific partitions it should update.
Dhal_bootctl.te24 # corresponds to the XBL partitions.
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dupdate_engine_common.te2 # device-specific partitions it should update.
Dhal_bootctl.te24 # corresponds to the XBL partitions.
/device/google/crosshatch-sepolicy/vendor/qcom/sdm845/
Dupdate_engine_common.te2 # device-specific partitions it should update.
/device/google/cuttlefish/host/libs/config/
Dmbr.h31 MbrPartitionEntry partitions[4]; member
/device/google/wahoo/sepolicy/vendor/
Dupdate_engine_common.te2 # device-specific partitions it should update.
Dhal_bootctl.te24 # corresponds to the XBL partitions.
/device/google/coral-sepolicy/vendor/qcom/common/
Ddevice.te40 #Add for storage pertitions for EFS partitions
156 #Block device for A/B partitions

12