Lines Matching refs:info_dict
68 def ValidateFileConsistency(input_zip, input_tmp, info_dict): argument
119 if info_dict.get('extfs_sparse_flag') != '-s':
133 def ValidateInstallRecoveryScript(input_tmp, info_dict): argument
174 full_recovery_image = info_dict.get("full_recovery_image") == "true"
229 def ValidateVerifiedBootImages(input_tmp, info_dict, options): argument
250 if info_dict.get('boot_signer') == 'true':
258 verity_key = info_dict['verity_key'] + '.x509.pem'
275 if info_dict.get('verity') == 'true':
278 if info_dict.get("system_root_image") == "true":
318 if info_dict.get("avb_enable") == "true":
323 key = info_dict['avb_vbmeta_key_path']
332 if info_dict.get(key_name) is not None:
334 partition, info_dict, options[key_name])
382 info_dict = common.LoadInfoDict(input_tmp)
384 ValidateFileConsistency(input_zip, input_tmp, info_dict)
386 ValidateInstallRecoveryScript(input_tmp, info_dict)
388 ValidateVerifiedBootImages(input_tmp, info_dict, options)