Home
last modified time | relevance | path

Searched refs:ApplyPatch (Results 1 – 9 of 9) sorted by relevance

/base/update/updater/interfaces/kits/diff_patch/
Ddiff_patch_interface.cpp20 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/
Ddiff_patch_interface.h27 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &new…
/base/update/updater/services/diffpatch/patch/
Dupdate_patch.cpp103 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
Dblocks_patch.h33 int32_t ApplyPatch();
Dblocks_patch.cpp60 int32_t BlocksPatch::ApplyPatch() in ApplyPatch() function in UpdatePatch::BlocksPatch
/base/update/updater/services/updater_binary/
Dupdate_image_patch.cpp90 int32_t USInstrImagePatch::ApplyPatch(const ImagePatchPara &para, 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()
Dupdate_image_patch.h43 int32_t ApplyPatch(const ImagePatchPara &para, const std::string &patchFile);
/base/update/updater/services/include/patch/
Dupdate_patch.h68 …static int32_t ApplyPatch(const std::string &patchName, const std::string &oldfile, const std::str…
/base/update/updater/test/unittest/diffpatch/
Ddiffpatch_unittest.cpp52 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile, in BlockDiffPatchTest()
68 ret = UpdatePatch::UpdateApplyPatch::ApplyPatch(TEST_PATH_FROM + patchFile, in ImgageDiffPatchFileTest()