Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dadd_img_to_target_files.py487 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)
Dadd_img_to_target_files487 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)
Dcommon.py1152 def BuildVBMeta(image_path, partitions, name, needed_partitions): argument
1179 if partition not in needed_partitions: