Searched refs:key_path (Results 1 – 2 of 2) sorted by relevance
396 def ReplaceVerityPublicKey(targetfile_zip, key_path): argument397 print "Replacing verity public key with %s" % key_path398 with open(key_path) as f:404 misc_info, key_path): argument405 print "Replacing verity private key with %s" % key_path408 new_misc_info = original_misc_info.replace(current_key, key_path)410 misc_info["verity_key"] = key_path