Searched refs:needed_partitions (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 487 def AddVBMeta(output_zip, partitions, name, needed_partitions): argument 509 assert needed_partitions, "Needed partitions must be specified" 517 common.BuildVBMeta(img.name, partitions, name, needed_partitions)
|
D | add_img_to_target_files | 487 def AddVBMeta(output_zip, partitions, name, needed_partitions): 509 assert needed_partitions, "Needed partitions must be specified" 517 common.BuildVBMeta(img.name, partitions, name, needed_partitions)
|
D | common.py | 1152 def BuildVBMeta(image_path, partitions, name, needed_partitions): argument 1179 if partition not in needed_partitions:
|