Searched refs:source_zip (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
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: 160 block_diff_dict = GetBlockDifferences(target_zip=input_zip, source_zip=None, 291 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 319 source_zip=source_zip, 341 source_zip=source_zip, [all …]
|