Searched defs:output_zip (Results 1 – 7 of 7) sorted by relevance
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 96 def __init__(self, output_zip, input_dir, prefix, name): argument 148 def AddSystem(output_zip, recovery_img=None, boot_img=None): argument 185 def AddSystemOther(output_zip): argument 197 def AddVendor(output_zip, recovery_img=None, boot_img=None): argument 233 def AddProduct(output_zip): argument 250 def AddSystemExt(output_zip): argument 268 def AddOdm(output_zip): argument 284 def AddVendorDlkm(output_zip): argument 299 def AddOdmDlkm(output_zip): argument 315 def AddDtbo(output_zip): argument [all …]
|
D | sign_target_files_apks.py | 807 def WriteOtacerts(output_zip, filename, keys): argument 877 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument 900 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument 935 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
D | sign_target_files_apks | 807 def WriteOtacerts(output_zip, filename, keys): argument 877 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument 900 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument 935 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
D | ota_from_target_files | 465 def WriteToZip(self, output_zip): argument 510 def _WriteRecoveryImageToBoot(script, output_zip): argument
|
D | ota_from_target_files.py | 465 def WriteToZip(self, output_zip): argument 510 def _WriteRecoveryImageToBoot(script, output_zip): argument
|
D | edify_generator.py | 419 def AddToZip(self, input_zip, output_zip, input_path=None): argument
|
D | common.py | 2738 def WriteScript(self, script, output_zip, progress=None, argument 2885 def _WriteUpdate(self, script, output_zip): argument 3312 def WriteScript(self, script, output_zip, write_verify_script=False): argument
|