Home
last modified time | relevance | path

Searched refs:key_path (Results 1 – 2 of 2) sorted by relevance

/build/tools/releasetools/
Dsign_target_files_apks396 def ReplaceVerityPublicKey(targetfile_zip, key_path): argument
397 print "Replacing verity public key with %s" % key_path
398 with open(key_path) as f:
404 misc_info, key_path): argument
405 print "Replacing verity private key with %s" % key_path
408 new_misc_info = original_misc_info.replace(current_key, key_path)
410 misc_info["verity_key"] = key_path
Dsign_target_files_apks.py396 def ReplaceVerityPublicKey(targetfile_zip, key_path): argument
397 print "Replacing verity public key with %s" % key_path
398 with open(key_path) as f:
404 misc_info, key_path): argument
405 print "Replacing verity private key with %s" % key_path
408 new_misc_info = original_misc_info.replace(current_key, key_path)
410 misc_info["verity_key"] = key_path