Home
last modified time | relevance | path

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

/base/update/packaging_tools/
Dbuild_update.py595 patch_process = None
672 patch_process = \
675 patch_process.patch_process()
676 patch_process.write_script(each_img, script_check_cmd_list,
678 OPTIONS_MANAGER.incremental_block_file_obj_dict[each_img] = patch_process.package_patch_zip
680 if not check_patch_file(patch_process):
697 def check_patch_file(patch_process): argument
699 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)