Searched refs:AddToZip (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/releasetools/ |
D | add_img_to_target_files.py | 969 boot_image.AddToZip(output_zip) 982 init_boot_image.AddToZip(output_zip) 995 vendor_boot_image.AddToZip(output_zip) 1008 vendor_kernel_boot_image.AddToZip(output_zip) 1021 recovery_image.AddToZip(output_zip) 1034 recovery_two_step_image.AddToZip(output_zip)
|
D | non_ab_ota.py | 271 script.AddToZip(input_zip, output_zip, input_path=OPTIONS.updater_binary) 524 script.AddToZip(source_zip, output_zip, input_path=OPTIONS.updater_binary) 526 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary)
|
D | edify_generator.py | 419 def AddToZip(self, input_zip, output_zip, input_path=None): member in EdifyGenerator
|
D | common.py | 3239 def AddToZip(self, z, compression=None): member in File
|