Lines Matching refs:get
164 partition_size = prop_dict.get("partition_size")
170 verity_supported = prop_dict.get("verity") == "true"
180 prop_dict.get("verity_fec") == "true",
187 if (prop_dict.get("avb_hash_enable") == "true" or
188 prop_dict.get("avb_hashtree_enable") == "true"):
190 key_path = prop_dict.get("avb_key_path")
191 algorithm = prop_dict.get("avb_algorithm")
194 if prop_dict.get("avb_hash_enable") == "true":
202 prop_dict.get("avb_salt"),
213 prop_dict.get("avb_salt"),
535 if (info_dict.get("verity") == "true" and
536 info_dict.get("{}_verity_block_device".format(partition_name))):
538 fec_supported = info_dict.get("verity_fec") == "true"
713 if info_dict.get("avb_enable") == "true":
718 info_dict.get("avb_avbtool"),