Searched refs:key_path (Results 1 – 1 of 1) sorted by relevance
391 def ReplaceVerityPublicKey(targetfile_zip, key_path): argument392 print "Replacing verity public key with %s" % key_path393 with open(key_path) as f:396 def ReplaceVerityPrivateKey(targetfile_input_zip, targetfile_output_zip, misc_info, key_path): argument397 print "Replacing verity private key with %s" % key_path400 new_misc_info = original_misc_info.replace(current_key, key_path)