Home
last modified time | relevance | path

Searched refs:patchPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deleter.cpp120 std::string patchPath = Constants::BUNDLE_CODE_DIR + ServiceConstants::PATH_SEPARATOR + in InnerDeletePatchDir() local
125 patchPath += PATCH_DIR; in InnerDeletePatchDir()
127 patchPath += ServiceConstants::PATCH_PATH + std::to_string(appqfInfo.versionCode); in InnerDeletePatchDir()
131 patchPath += ServiceConstants::HOT_RELOAD_PATH + std::to_string(appqfInfo.versionCode); in InnerDeletePatchDir()
134 LOG_D(BMS_TAG_DEFAULT, "patch path is %{public}s", patchPath.c_str()); in InnerDeletePatchDir()
135 if (InstalldClient::GetInstance()->RemoveDir(patchPath) != ERR_OK) { in InnerDeletePatchDir()
H A Dquick_fix_deployer.cpp294 ProcessNativeLibraryPath(patchPath, innerAppQuickFix, nativeLibraryPath); in ProcessNativeLibraryPath()
301 ProcessNativeLibraryPath(patchPath, innerAppQuickFix, nativeLibraryPath); in ProcessNativeLibraryPath()
319 std::string soPath = patchPath + ServiceConstants::PATH_SEPARATOR + libraryPath; in ProcessNativeLibraryPath()
341 …ode QuickFixDeployer::ProcessPatchDeployEnd(const AppQuickFix &appQuickFix, std::string &patchPath) in ProcessPatchDeployEnd() argument
351 if (InstalldClient::GetInstance()->CreateBundleDir(patchPath) != ERR_OK) { in ProcessPatchDeployEnd()
364 return ExtractQuickFixSoFile(appQuickFix, patchPath, bundleInfo); in ProcessPatchDeployEnd()
374 ErrCode ret = InstalldClient::GetInstance()->CreateBundleDir(patchPath); in ProcessHotReloadDeployEnd()
747 const std::string &patchPath) in ExtractSoAndApplyDiff() argument
779 auto result = ProcessApplyDiffPatch(appQuickFix, hqf, tmpSoPath, patchPath, bundleUid); in ExtractSoAndApplyDiff()
827 const std::string &oldSoPath, const std::string &patchPath, int32_t uid) in ProcessApplyDiffPatch() argument
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h68 ErrCode ProcessPatchDeployEnd(const AppQuickFix &appQuickFix, std::string &patchPath);
70 ErrCode ProcessHotReloadDeployEnd(const AppQuickFix &appQuickFix, std::string &patchPath);
85 void ProcessNativeLibraryPath(const std::string &patchPath, InnerAppQuickFix &innerAppQuickFix);
88 …const std::string &patchPath, const InnerAppQuickFix &innerAppQuickFix, std::string &nativeLibrary…
109 const std::string &patchPath);
114 … const std::string &oldSoPath, const std::string &patchPath, int32_t uid = Constants::INVALID_UID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp2503 std::string patchPath = "data/test"; variable
2640 std::string patchPath = "data/test"; variable
2665 std::string patchPath = "data/test"; variable
2690 std::string patchPath = "data/test"; variable
2711 std::string patchPath = "data/test"; variable
2749 std::string patchPath = "data/test"; variable
2786 std::string patchPath = "data/test"; variable
3207 std::string patchPath = "data/test"; variable
3228 std::string patchPath = "data/test"; variable
3250 std::string patchPath = "data/test"; variable
[all …]