Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dmerge_builds.py105 def BuildVBMeta(): function
142 common.BuildVBMeta(output_vbmeta_path, partitions, "vbmeta",
150 BuildVBMeta()
H A Dadd_img_to_target_files520 common.BuildVBMeta(img.name, partitions, name, needed_partitions)
H A Dadd_img_to_target_files.py520 common.BuildVBMeta(img.name, partitions, name, needed_partitions)
H A Dtest_common.py1708 common.BuildVBMeta(vbmeta_image, {'system': system_image}, 'vbmeta',
H A Dcommon.py1453 def BuildVBMeta(image_path, partitions, name, needed_partitions): function