Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dsign_target_files_apks391 def ReplaceVerityPublicKey(targetfile_zip, key_path): argument
392 print "Replacing verity public key with %s" % key_path
393 with open(key_path) as f:
396 def ReplaceVerityPrivateKey(targetfile_input_zip, targetfile_output_zip, misc_info, key_path): argument
397 print "Replacing verity private key with %s" % key_path
400 new_misc_info = original_misc_info.replace(current_key, key_path)