Searched defs:output_zip (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | add_img_to_target_files.py | 148 def AddSystemOther(output_zip): argument 196 def AddProduct(output_zip): argument 213 def AddSystemExt(output_zip): argument 231 def AddOdm(output_zip): argument 247 def AddVendorDlkm(output_zip): argument 263 def AddOdmDlkm(output_zip): argument 279 def AddDtbo(output_zip): argument 315 def AddPvmfw(output_zip): argument 456 def AddUserdata(output_zip): argument 553 def AddCache(output_zip): argument [all …]
|
H A D | sign_target_files_apks | 856 def WriteOtacerts(output_zip, filename, keys): argument 917 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument 940 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument 975 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
H A D | sign_target_files_apks.py | 856 def WriteOtacerts(output_zip, filename, keys): argument 917 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument 940 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument 975 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
H A D | non_ab_ota.py | 640 def _WriteRecoveryImageToBoot(script, output_zip): argument
|
H A D | ota_from_target_files | 482 def WriteToZip(self, output_zip): argument
|
H A D | ota_from_target_files.py | 482 def WriteToZip(self, output_zip): argument
|
H A D | edify_generator.py | 419 def AddToZip(self, input_zip, output_zip, input_path=None): argument
|
H A D | common.py | 3122 def WriteScript(self, script, output_zip, progress=None, argument 3269 def _WriteUpdate(self, script, output_zip): argument 3696 def WriteScript(self, script, output_zip, write_verify_script=False): argument
|
/aosp12/system/libziparchive/ |
H A D | test_ziparchive_large.py | 36 def _AddEntriesToZip(output_zip, entries_dict=None): argument
|