Searched refs:target_zip (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 626 def GetBlockDifferences(target_zip, source_zip, target_info, source_info, argument 641 partition_tgt = common.GetUserImage(name, OPTIONS.target_tmp, target_zip, 675 if not HasPartition(target_zip, partition): 679 tgt = common.GetUserImage(partition, OPTIONS.input_tmp, target_zip, 756 block_diff_dict = GetBlockDifferences(target_zip=input_zip, source_zip=None, 1368 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 1399 target_zip=target_zip, 1417 block_diff_dict = GetBlockDifferences(target_zip=target_zip, 1609 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary) 1684 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) [all …]
|
D | ota_from_target_files.py | 626 def GetBlockDifferences(target_zip, source_zip, target_info, source_info, argument 641 partition_tgt = common.GetUserImage(name, OPTIONS.target_tmp, target_zip, 675 if not HasPartition(target_zip, partition): 679 tgt = common.GetUserImage(partition, OPTIONS.input_tmp, target_zip, 756 block_diff_dict = GetBlockDifferences(target_zip=input_zip, source_zip=None, 1368 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 1399 target_zip=target_zip, 1417 block_diff_dict = GetBlockDifferences(target_zip=target_zip, 1609 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary) 1684 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) [all …]
|