HomeSort by relevance Sort by last modified time
    Searched refs:is_verity_partition (Results 1 - 3 of 3) sorted by null

  /build/make/tools/releasetools/
build_image.py 487 is_verity_partition = "verity_block_device" in prop_dict
493 if verity_supported and is_verity_partition:
633 if verity_supported and is_verity_partition:
637 if verity_supported and is_verity_partition:
add_img_to_target_files 290 is_verity_partition = "verity_block_device" in image_props
294 if verity_supported and (is_verity_partition or is_avb_enable):
add_img_to_target_files.py 290 is_verity_partition = "verity_block_device" in image_props
294 if verity_supported and (is_verity_partition or is_avb_enable):

Completed in 3465 milliseconds