Searched refs:tgt_image_path (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A D | build_update.py | 512 def write_image_patch_script(partition, src_image_path, tgt_image_path, argument 524 tgt_sha = get_file_sha256(tgt_image_path) 525 tgt_size = os.path.getsize(tgt_image_path) 542 get_file_sha256(src_image_path), os.path.getsize(tgt_image_path), 543 get_file_sha256(tgt_image_path)) 551 partition, src_image_path, tgt_image_path, argument 566 cmd.extend(['-s', src_image_path, '-d', tgt_image_path, 578 return write_image_patch_script(partition, src_image_path, tgt_image_path,
|