Home
last modified time | relevance | path

Searched refs:ProcessApplyDiffPatchPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp831 bool res = InstalldOperator::ProcessApplyDiffPatchPath(
834 res = InstalldOperator::ProcessApplyDiffPatchPath(
837 res = InstalldOperator::ProcessApplyDiffPatchPath(
867 bool res = InstalldOperator::ProcessApplyDiffPatchPath(
884 bool res = InstalldOperator::ProcessApplyDiffPatchPath(
899 bool res = InstalldOperator::ProcessApplyDiffPatchPath(
902 res = InstalldOperator::ProcessApplyDiffPatchPath(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h311 …static bool ProcessApplyDiffPatchPath(const std::string &oldSoPath, const std::string &diffFilePat…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1307 bool InstalldOperator::ProcessApplyDiffPatchPath( in ProcessApplyDiffPatchPath() function in OHOS::AppExecFwk::InstalldOperator