Searched refs:needed_partitions (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 660 def AddVBMeta(output_zip, partitions, name, needed_partitions): argument 682 assert needed_partitions, "Needed partitions must be specified" 690 common.BuildVBMeta(img.name, partitions, name, needed_partitions,
|
D | common.py | 1582 def BuildVBMeta(image_path, partitions, name, needed_partitions, argument 1615 if partition not in needed_partitions:
|