Searched refs:target_zip (Results 1 – 2 of 2) sorted by relevance
/build/tools/releasetools/ |
D | ota_from_target_files | 724 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_zip): argument 745 target_zip=target_zip, 786 if HasVendorPartition(target_zip): 972 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary) 977 def __init__(self, partition, source_zip, target_zip, output_zip): argument 980 self.target_data = target_data = LoadPartitionFiles(target_zip, partition) 1105 def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip): argument 1106 target_has_recovery_patch = HasRecoveryPatch(target_zip) 1112 return WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_zip) 1145 target_zip=target_zip, [all …]
|
D | ota_from_target_files.py | 724 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_zip): argument 745 target_zip=target_zip, 786 if HasVendorPartition(target_zip): 972 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary) 977 def __init__(self, partition, source_zip, target_zip, output_zip): argument 980 self.target_data = target_data = LoadPartitionFiles(target_zip, partition) 1105 def WriteIncrementalOTAPackage(target_zip, source_zip, output_zip): argument 1106 target_has_recovery_patch = HasRecoveryPatch(target_zip) 1112 return WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_zip) 1145 target_zip=target_zip, [all …]
|