Searched refs:patch_process (Results 1 – 3 of 3) sorted by relevance
| /base/update/packaging_tools/ |
| D | build_update.py | 615 patch_process = None 662 …patch_process = patch_package_process.PatchProcess(each_img, tgt_image_class, src_image_class, act… 663 patch_process.patch_process() 664 … patch_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()
|
| D | patch_package_process.py | 49 def patch_process(self): member in PatchProcess
|
| /base/update/packaging_tools/test/ |
| D | test_utils.py | 166 patch_process = PatchProcess("vendor", None, None, []) 171 patch_process.apply_zero_type(action_obj, 0, transfer_content)
|