Searched refs:ApplyPatch (Results 1 - 10 of 10) sorted by relevance
/base/update/updater/interfaces/kits/diff_patch/ |
H A D | diff_patch_interface.cpp | 20 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &newFile) in ApplyPatch() function 22 return UpdatePatch::UpdateApplyPatch::ApplyPatch(patchFile, oldfile, newFile); in ApplyPatch()
|
/base/update/updater/interfaces/kits/include/diff_patch/ |
H A D | diff_patch_interface.h | 27 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &newFile);
|
/base/update/updater/test/fuzztest/applypatch_fuzzer/ |
H A D | applypatch_fuzzer.cpp | 62 ApplyPatch(bspatchPath, oldFilePath, newFilePath); in FuzzApplyPatch() 66 ApplyPatch(imgpatchPath, oldFilePath, newFilePath); in FuzzApplyPatch()
|
/base/update/updater/services/diffpatch/patch/ |
H A D | update_patch.cpp | 127 return patch->ApplyPatch();
in ApplyBlockPatch() 155 ret = patch->ApplyPatch();
in ApplyBlockPatch() 202 ret = patch->ApplyPatch();
in ApplyBlockPatch() 220 return patch->ApplyPatch();
in ApplyBlockPatch() 223 int32_t UpdateApplyPatch::ApplyPatch(const std::string &patchName,
in ApplyPatch() function in UpdatePatch::UpdateApplyPatch 226 PATCH_DEBUG("UpdatePatch::ApplyPatch : %s ", patchName.c_str());
in ApplyPatch() 231 PATCH_LOGE("ApplyPatch : Failed to read patch file");
in ApplyPatch() 235 PATCH_LOGE("ApplyPatch : Failed to read old file");
in ApplyPatch() 238 PATCH_LOGI("UpdatePatch::ApplyPatch patchData %zu oldData %zu ", patchData.length, oldData.length);
in ApplyPatch()
|
H A D | blocks_patch.h | 33 int32_t ApplyPatch();
|
H A D | blocks_patch.cpp | 60 int32_t BlocksPatch::ApplyPatch()
in ApplyPatch() function in UpdatePatch::BlocksPatch
|
/base/update/updater/services/updater_binary/ |
H A D | update_image_patch.h | 45 int32_t ApplyPatch(const ImagePatchPara ¶, const UpdatePatch::MemMapInfo &srcData,
|
H A D | update_image_patch.cpp | 93 int32_t USInstrImagePatch::ApplyPatch(const ImagePatchPara ¶, const UpdatePatch::MemMapInfo &srcData,
in ApplyPatch() function in Updater::USInstrImagePatch 216 ret = ApplyPatch(para, srcData, patchData);
in ExecuteImagePatch()
|
/base/update/updater/services/include/patch/ |
H A D | update_patch.h | 68 static int32_t ApplyPatch(const std::string &patchName, const std::string &oldfile, const std::string &newFile);
|
/base/update/updater/test/unittest/diffpatch/ |
H A 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() 82 PATCH_DEBUG("UpdateApplyPatch::ApplyPatch : %s ", patchName.c_str()); in TestApplyPatch() 97 PATCH_LOGI("UpdateApplyPatch::ApplyPatch patchData %zu oldData %zu ", patchData.length, oldData.length); in TestApplyPatch() 145 PATCH_DEBUG("UpdateApplyPatch::ApplyPatch : %s ", patchName.c_str()); in TestApplyBlockPatch()
|
Completed in 5 milliseconds