Home
last modified time | relevance | path

Searched defs:ApplyPatch (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/interfaces/kits/diff_patch/
H A Ddiff_patch_interface.cpp20 int32_t ApplyPatch(const std::string &patchFile, const std::string &oldfile, const std::string &new… in ApplyPatch() function
/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.cpp60 int32_t BlocksPatch::ApplyPatch() in ApplyPatch() function in UpdatePatch::BlocksPatch
H A Dupdate_patch.cpp223 int32_t UpdateApplyPatch::ApplyPatch(const std::string &patchName, in ApplyPatch() function in UpdatePatch::UpdateApplyPatch
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_patch.cpp93 int32_t USInstrImagePatch::ApplyPatch(const ImagePatchPara &para, const UpdatePatch::MemMapInfo &sr… in ApplyPatch() function in Updater::USInstrImagePatch
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp92 using ApplyPatch = int32_t (*)(const std::string, const std::string, const std::string); typedef