Home
last modified time | relevance | path

Searched refs:needed_partitions (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/releasetools/
Dadd_img_to_target_files.py660 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,
Dcommon.py1582 def BuildVBMeta(image_path, partitions, name, needed_partitions, argument
1615 if partition not in needed_partitions: