Searched refs:AVB_PARTITIONS (Results 1 – 7 of 7) sorted by relevance
119 for partition in common.AVB_PARTITIONS:128 vbmeta_partitions = common.AVB_PARTITIONS[:]
377 for partition in (common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS +480 for partition in common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS:
116 AVB_PARTITIONS = ('boot', 'dtbo', 'odm', 'product', 'pvmfw', 'recovery', variable1482 assert (partition in AVB_PARTITIONS or2332 if info_dict.get("avb_enable") == "true" and target in AVB_PARTITIONS:
924 vbmeta_partitions = common.AVB_PARTITIONS[:] + tuple(custom_partitions)
221 for partition in common.AVB_PARTITIONS: