Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dnon_ab_ota.py278 script.AddToZip(input_zip, output_zip, input_path=OPTIONS.updater_binary)
530 script.AddToZip(source_zip, output_zip, input_path=OPTIONS.updater_binary)
532 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary)
H A Dadd_img_to_target_files816 boot_image.AddToZip(output_zip)
829 vendor_boot_image.AddToZip(output_zip)
842 recovery_image.AddToZip(output_zip)
855 recovery_two_step_image.AddToZip(output_zip)
H A Dadd_img_to_target_files.py816 boot_image.AddToZip(output_zip)
829 vendor_boot_image.AddToZip(output_zip)
842 recovery_image.AddToZip(output_zip)
855 recovery_two_step_image.AddToZip(output_zip)
H A Dedify_generator.py419 def AddToZip(self, input_zip, output_zip, input_path=None): member in EdifyGenerator
H A Dcommon.py2928 def AddToZip(self, z, compression=None): member in File