Home
last modified time | relevance | path

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

123

/device/generic/goldfish/tools/
Dmk_combined_img.py59 print "Duplicated partition number:%d" % (partition["num"])
67 def write_partition(partition, output_file, offset): argument
70 dd_comm = ['dd', 'if='+partition["path"], 'of='+output_file,'conv=notrunc,sync',
75 def unsparse_partition(partition): argument
78 print "Unsparsing %s" % (partition["path"]),
79 partition["fd"], temp_file = mkstemp()
80 shell_command([simg2img, partition["path"], temp_file])
81 partition["path"] = temp_file
91 def add_partition(partition, output_file): argument
93 num = str(partition["num"])
[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/google/cuttlefish/shared/
Dreleasetools.py32 return {partition: GetUserImage(partition, input_tmp, input_zip)
33 for partition in USERIMAGE_PARTITIONS
35 "IMAGES", partition + ".img"))}
40 return [BlockDifference(partition, image)
41 for partition, image in images.items()]
49 for partition in source_images:
50 target_images.setdefault(partition, EmptyImage())
53 return [BlockDifference(partition, target_image, source_images.get(partition))
54 for partition, target_image in target_images.items()]
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
Dplat_startup.c65 struct xfsbl_partition partition[FSBL_MAX_PARTITIONS]; member
75 static int get_fsbl_cpu(const struct xfsbl_partition *partition) in get_fsbl_cpu() argument
77 uint64_t flags = partition->flags & FSBL_FLAGS_CPU_MASK; in get_fsbl_cpu()
89 static int get_fsbl_el(const struct xfsbl_partition *partition) in get_fsbl_el() argument
91 uint64_t flags = partition->flags & FSBL_FLAGS_EL_MASK; in get_fsbl_el()
103 static int get_fsbl_ss(const struct xfsbl_partition *partition) in get_fsbl_ss() argument
105 uint64_t flags = partition->flags & FSBL_FLAGS_TZ_MASK; in get_fsbl_ss()
117 static int get_fsbl_endian(const struct xfsbl_partition *partition) in get_fsbl_endian() argument
119 uint64_t flags = partition->flags & FSBL_FLAGS_ENDIAN_MASK; in get_fsbl_endian()
136 static int get_fsbl_estate(const struct xfsbl_partition *partition) in get_fsbl_estate() argument
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DPartitionDxe.uni2 // Modules that produces the logic Block I/O protocol for every partition via the physical Block I/…
6 // The partition of physical BlockIo device supported is one of legacy MBR, GPT,
10 // This driver will have external input - disk partition.
27 … #language en-US "Produces the logic Block I/O protocol for every partition via the physical…
29 …resents the bytes from Start to End of the Parent Block I/O device. The partition of physical Bloc…
DPartitionDxe.inf2 # Modules that produces the logic Block I/O protocol for every partition via the physical Block I/…
6 # The partition of physical BlockIo device supported is one of legacy MBR, GPT,
10 # This driver will have external input - disk partition.
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.uni5 // is not measured in PEI phase. And, it will also measure GPT partition.
8 // This library will have external input - PE/COFF image and GPT partition.
26 …GPT partition. Caution: This module requires additional review when modified. This library will ha…
DDxeTpmMeasureBootLib.inf5 # is not measured in PEI phase. And, it will also measure GPT partition.
8 # This library will have external input - PE/COFF image and GPT partition.
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.uni5 // is not measured in PEI phase. And, it will also measure GPT partition.
8 // This library will have external input - PE/COFF image and GPT partition.
26 …GPT partition. Caution: This module requires additional review when modified. This library will ha…
DDxeTpm2MeasureBootLib.inf5 # is not measured in PEI phase. And, it will also measure GPT partition.
8 # This library will have external input - PE/COFF image and GPT partition.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Drelabel.c71 partition(start,level);
82 void partition(nfa_node* start,int level) in partition() function
84 void partition(start,level) in partition()
Ddlg.h196 extern void partition(nfa_node *,int); /* MR1 */
244 extern void partition(); /* MR1 */
/device/google/muskie/
Dinit-common.rc53 # partition. Offset 12360 (0x3048) in vendor space is effectively offset 14408 (0x3848) in /misc
54 # partition.
59 # Clear the 10-byte dark theme magic in /misc partition. Offset 0 in vendor space is effectively
60 # offset 2048 in /misc partition.
/device/google/crosshatch/
Dfstab.postinstall16 # Tries to mount system_other as a logical partition. If that fails, then
17 # mount as a physical partition.
/device/google/taimen/
Dinit-taimen.rc57 # partition. Offset 0 in vendor space is effectively offset 2048 in /misc partition.
62 # Clear the 10-byte dark theme magic in /misc partition. Offset 0 in vendor space is effectively
63 # offset 2048 in /misc partition.
/device/google/marlin/sepolicy/
Dhal_bootctl.te5 # partition names in the block_device directory /dev/block/.../by-name
22 # A/B slot selection for the XBL partition. Allow also to issue a
/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/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/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/marlin/
Dcharger.fstab.qcom5 #TODO: Add 'check' as fs_mgr_flags with data partition.

123