Lines Matching refs:get
154 partition_size = prop_dict.get("partition_size")
160 verity_supported = prop_dict.get("verity") == "true"
170 prop_dict.get("verity_fec") == "true",
177 if (prop_dict.get("avb_hash_enable") == "true" or
178 prop_dict.get("avb_hashtree_enable") == "true"):
180 key_path = prop_dict.get("avb_key_path")
181 algorithm = prop_dict.get("avb_algorithm")
184 if prop_dict.get("avb_hash_enable") == "true":
192 prop_dict.get("avb_salt"),
203 prop_dict.get("avb_salt"),
525 if (info_dict.get("verity") == "true" and
526 info_dict.get("{}_verity_block_device".format(partition_name))):
528 fec_supported = info_dict.get("verity_fec") == "true"
703 if info_dict.get("avb_enable") == "true":
708 info_dict.get("avb_avbtool"),