Home
last modified time | relevance | path

Searched refs:patch_process (Results 1 – 3 of 3) sorted by relevance

/base/update/packaging_tools/
Dbuild_update.py615 patch_process = None
662patch_process = patch_package_process.PatchProcess(each_img, tgt_image_class, src_image_class, act…
663 patch_process.patch_process()
664patch_process.write_script(each_img, script_check_cmd_list, script_write_cmd_list, verse_script)
665 OPTIONS_MANAGER.incremental_block_file_obj_dict[each_img] = patch_process.package_patch_zip
667 if not check_patch_file(patch_process):
675 def check_patch_file(patch_process): argument
677 patch_process.package_patch_zip.get_file_obj()
Dpatch_package_process.py49 def patch_process(self): member in PatchProcess
/base/update/packaging_tools/test/
Dtest_utils.py166 patch_process = PatchProcess("vendor", None, None, [])
171 patch_process.apply_zero_type(action_obj, 0, transfer_content)