Home
last modified time | relevance | path

Searched refs:AVB_PARTITIONS (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dmerge_builds.py119 for partition in common.AVB_PARTITIONS:
128 vbmeta_partitions = common.AVB_PARTITIONS[:]
H A Dvalidate_target_files.py377 for partition in (common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS +
480 for partition in common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS:
H A Dcommon.py116 AVB_PARTITIONS = ('boot', 'dtbo', 'odm', 'product', 'pvmfw', 'recovery', variable
1482 assert (partition in AVB_PARTITIONS or
2332 if info_dict.get("avb_enable") == "true" and target in AVB_PARTITIONS:
H A Dadd_img_to_target_files924 vbmeta_partitions = common.AVB_PARTITIONS[:] + tuple(custom_partitions)
H A Dadd_img_to_target_files.py924 vbmeta_partitions = common.AVB_PARTITIONS[:] + tuple(custom_partitions)
H A Dsign_target_files_apks221 for partition in common.AVB_PARTITIONS:
H A Dsign_target_files_apks.py221 for partition in common.AVB_PARTITIONS: