Searched refs:ApplyPatch (Results 1 – 9 of 9) sorted by relevance
/base/update/updater/interfaces/kits/diff_patch/ |
D | diff_patch_interface.cpp | 20 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &new… in ApplyPatch() function 22 return UpdatePatch::UpdateApplyPatch::ApplyPatch(patchFile, oldfile, newFile); in ApplyPatch()
|
/base/update/updater/interfaces/kits/include/diff_patch/ |
D | diff_patch_interface.h | 27 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &new…
|
/base/update/updater/services/diffpatch/patch/ |
D | update_patch.cpp | 103 return patch->ApplyPatch(); in ApplyBlockPatch() 129 ret = patch->ApplyPatch(); in ApplyBlockPatch() 173 ret = patch->ApplyPatch(); in ApplyBlockPatch() 190 return patch->ApplyPatch(); in ApplyBlockPatch() 193 int32_t UpdateApplyPatch::ApplyPatch(const std::string &patchName, in ApplyPatch() function in UpdatePatch::UpdateApplyPatch
|
D | blocks_patch.h | 33 int32_t ApplyPatch();
|
D | blocks_patch.cpp | 60 int32_t BlocksPatch::ApplyPatch() in ApplyPatch() function in UpdatePatch::BlocksPatch
|
/base/update/updater/services/updater_binary/ |
D | update_image_patch.cpp | 90 int32_t USInstrImagePatch::ApplyPatch(const ImagePatchPara ¶, const std::string &patchFile) in ApplyPatch() function in Updater::USInstrImagePatch 93 int32_t ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(patchFile, para.devPath, newFile); in ApplyPatch() 198 ret = ApplyPatch(para, patchFile); in ExecuteImagePatch()
|
D | update_image_patch.h | 43 int32_t ApplyPatch(const ImagePatchPara ¶, const std::string &patchFile);
|
/base/update/updater/services/include/patch/ |
D | update_patch.h | 68 …static int32_t ApplyPatch(const std::string &patchName, const std::string &oldfile, const std::str…
|
/base/update/updater/test/unittest/diffpatch/ |
D | diffpatch_unittest.cpp | 52 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile, in BlockDiffPatchTest() 68 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile, in ImgageDiffPatchFileTest()
|