Home
last modified time | relevance | path

Searched refs:BuildVBMeta (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/releasetools/
Dmerge_builds.py105 def BuildVBMeta(): function
142 common.BuildVBMeta(output_vbmeta_path, partitions, "vbmeta",
150 BuildVBMeta()
Dadd_img_to_target_files.py517 common.BuildVBMeta(img.name, partitions, name, needed_partitions)
Dadd_img_to_target_files517 common.BuildVBMeta(img.name, partitions, name, needed_partitions)
Dtest_common.py1605 common.BuildVBMeta(vbmeta_image, {'system': system_image}, 'vbmeta',
Dcommon.py1152 def BuildVBMeta(image_path, partitions, name, needed_partitions): function