Searched refs:source_zip (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | non_ab_ota.py | 30 def GetBlockDifferences(target_zip, source_zip, target_info, source_info, argument 35 if not HasPartition(source_zip, name): 39 partition_src = common.GetUserImage(name, OPTIONS.source_tmp, source_zip, 66 if source_zip: 82 if not source_zip: 97 if source_zip: 291 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 319 source_zip=source_zip, 341 source_zip=source_zip, 599 zipfile.ZipFile(source_file) as source_zip: [all …]
|