Lines Matching refs:source_zip
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,
530 script.AddToZip(source_zip, output_zip, input_path=OPTIONS.updater_binary)
599 zipfile.ZipFile(source_file) as source_zip:
602 source_zip,