/aosp_15_r20/build/make/tools/releasetools/ |
H A D | add_img_to_target_files.py | 254 def __init__(self, output_zip, input_dir, *args): argument 268 def AddSystem(output_zip, recovery_img=None, boot_img=None): argument 305 def AddSystemOther(output_zip): argument 317 def AddVendor(output_zip, recovery_img=None, boot_img=None): argument 354 def AddProduct(output_zip): argument 371 def AddSystemExt(output_zip): argument 389 def AddOdm(output_zip): argument 405 def AddVendorDlkm(output_zip): argument 421 def AddOdmDlkm(output_zip): argument 437 def AddSystemDlkm(output_zip): argument [all …]
|
H A D | sign_target_files_apks.py | 1164 def WriteOtacerts(output_zip, filename, keys): argument 1245 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
H A D | common.py | 3061 def ZipExclude(input_zip, output_zip, entries, force=False): argument 3440 def WriteScript(self, script, output_zip, progress=None, argument 3587 def _WriteUpdate(self, script, output_zip): argument 4014 def WriteScript(self, script, output_zip, write_verify_script=False): argument
|
H A D | non_ab_ota.py | 645 def _WriteRecoveryImageToBoot(script, output_zip): argument
|
H A D | edify_generator.py | 419 def AddToZip(self, input_zip, output_zip, input_path=None): argument
|
H A D | ota_utils.py | 942 def WriteToZip(self, output_zip): argument
|
/aosp_15_r20/system/libziparchive/ |
H A D | test_ziparchive_large.py | 36 def _AddEntriesToZip(output_zip, entries_dict=None): argument
|
/aosp_15_r20/build/make/tools/releasetools/merge/ |
H A D | merge_target_files.py | 406 def create_target_files_archive(output_zip, source_dir, temp_dir): argument
|
/aosp_15_r20/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 236 def _ParseLsdumpZipFile(lsdump_zip, output_zip): argument
|
/aosp_15_r20/system/apex/apexer/ |
H A D | apexer.py | 886 def MergeZips(zip_files, output_zip): argument
|