Home
last modified time | relevance | path

Searched defs:output_zip (Results 1 – 9 of 9) sorted by relevance

/build/make/tools/releasetools/
Dadd_img_to_target_files.py100 def __init__(self, output_zip, input_dir, *args): argument
114 def AddSystem(output_zip, recovery_img=None, boot_img=None): argument
151 def AddSystemOther(output_zip): argument
163 def AddVendor(output_zip, recovery_img=None, boot_img=None): argument
200 def AddProduct(output_zip): argument
217 def AddSystemExt(output_zip): argument
235 def AddOdm(output_zip): argument
251 def AddVendorDlkm(output_zip): argument
267 def AddOdmDlkm(output_zip): argument
282 def AddSystemDlkm(output_zip): argument
[all …]
Dsign_target_files_apks.py904 def WriteOtacerts(output_zip, filename, keys): argument
985 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument
1008 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument
1043 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
Dsign_target_files_apks904 def WriteOtacerts(output_zip, filename, keys): argument
985 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument
1008 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument
1043 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
Dnon_ab_ota.py640 def _WriteRecoveryImageToBoot(script, output_zip): argument
Dota_from_target_files.py513 def WriteToZip(self, output_zip): argument
Dota_from_target_files513 def WriteToZip(self, output_zip): argument
Dedify_generator.py419 def AddToZip(self, input_zip, output_zip, input_path=None): argument
Dcommon.py3205 def WriteScript(self, script, output_zip, progress=None, argument
3352 def _WriteUpdate(self, script, output_zip): argument
3779 def WriteScript(self, script, output_zip, write_verify_script=False): argument
/build/make/tools/releasetools/merge/
Dmerge_target_files.py340 def create_target_files_archive(output_zip, source_dir, temp_dir): argument