Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dmerge_builds.py119 for partition in common.AVB_PARTITIONS:
128 vbmeta_partitions = common.AVB_PARTITIONS[:]
Dvalidate_target_files.py375 for partition in (common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS +
467 for partition in common.AVB_PARTITIONS + common.AVB_VBMETA_PARTITIONS:
Dcommon.py113 AVB_PARTITIONS = ('boot', 'dtbo', 'odm', 'product', 'recovery', 'system', variable
1181 assert (partition in AVB_PARTITIONS or
1948 if info_dict.get("avb_enable") == "true" and target in AVB_PARTITIONS:
Dadd_img_to_target_files.py961 vbmeta_partitions = common.AVB_PARTITIONS[:] + tuple(custom_partitions)
Dadd_img_to_target_files961 vbmeta_partitions = common.AVB_PARTITIONS[:] + tuple(custom_partitions)