Lines Matching refs:each_img
613 each_img = each_img_name[:-4]
614 each_src_image_path = os.path.join(source_package_dir, '%s.img' % each_img)
615 each_src_map_path = os.path.join(source_package_dir, '%s.map' % each_img)
616 each_tgt_image_path = os.path.join(target_package_dir, '%s.img' % each_img)
617 each_tgt_map_path = os.path.join(target_package_dir, '%s.map' % each_img)
619 check_make_map_path(each_img)
624 OPTIONS_MANAGER.incremental_img_list.remove(each_img)
630 … src_generate_map = generate_image_map_file(each_src_image_path, each_src_map_path, each_img)
633 … tgt_generate_map = generate_image_map_file(each_tgt_image_path, each_tgt_map_path, each_img)
636 if increment_image_diff_processing(each_img, each_src_image_path, each_tgt_image_path,
639 UPDATE_LOGGER.print_log("increment_image_diff_processing %s failed" % each_img)
651 transfers_manager = TransfersManager(each_img, tgt_image_class, src_image_class)
657 …patch_process = patch_package_process.PatchProcess(each_img, tgt_image_class, src_image_class, act…
659 … patch_process.write_script(each_img, script_check_cmd_list, script_write_cmd_list, verse_script)
660 OPTIONS_MANAGER.incremental_block_file_obj_dict[each_img] = patch_process.package_patch_zip
696 def check_make_map_path(each_img): argument
708 "Make %s.map failed!" % each_img,