Searched refs:target_zip (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | non_ab_ota.py | 30 def GetBlockDifferences(target_zip, source_zip, target_info, source_info, argument 45 partition_tgt = common.GetUserImage(name, OPTIONS.target_tmp, target_zip, 79 if not HasPartition(target_zip, partition): 83 tgt = common.GetUserImage(partition, OPTIONS.input_tmp, target_zip, 160 block_diff_dict = GetBlockDifferences(target_zip=input_zip, source_zip=None, 291 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 322 target_zip=target_zip, 340 block_diff_dict = GetBlockDifferences(target_zip=target_zip, 532 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary)
|
D | ota_from_target_files.py | 699 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True) 708 common.ZipWrite(target_zip, unzipped_file, arcname='IMAGES/system.img') 720 common.ZipWrite(target_zip, unzipped_file, arcname=info.filename) 734 common.ZipWriteStr(target_zip, info.filename, 740 common.ZipWriteStr(target_zip, info.filename, modified_info) 742 common.ZipWrite(target_zip, unzipped_file, arcname=info.filename) 744 common.ZipClose(target_zip) 918 target_zip = zipfile.ZipFile(target_file, 'a', allowZip64=True) 925 common.ZipWrite(target_zip, unzipped_file, arcname=dst) 928 common.ZipWrite(target_zip, new_ab_partitions, arcname=AB_PARTITIONS) [all …]
|