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/
verity_utils.py 160 is_verity_partition = "verity_block_device" in prop_dict
161 if verity_supported and is_verity_partition:
add_img_to_target_files 329 is_verity_partition = "verity_block_device" in image_props
333 if verity_supported and (is_verity_partition or is_avb_enable):
    [all...]
add_img_to_target_files.py 329 is_verity_partition = "verity_block_device" in image_props
333 if verity_supported and (is_verity_partition or is_avb_enable):
    [all...]

Completed in 102 milliseconds