Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dvalidate_target_files.py330 for partition in common.AVB_PARTITIONS:
360 for partition in common.AVB_PARTITIONS:
Dadd_img_to_target_files441 assert (partition in common.AVB_PARTITIONS or
848 vbmeta_partitions = common.AVB_PARTITIONS[:]
Dadd_img_to_target_files.py441 assert (partition in common.AVB_PARTITIONS or
848 vbmeta_partitions = common.AVB_PARTITIONS[:]
Dcommon.py97 AVB_PARTITIONS = ('boot', 'recovery', 'system', 'vendor', 'product', variable
1177 if info_dict.get("avb_enable") == "true" and target in AVB_PARTITIONS: