Home
last modified time | relevance | path

Searched refs:RevertToRealPath (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h199 static bool RevertToRealPath(const std::string &sandBoxPath, const std::string &bundleName, std::string &realPath);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp763 bool BundleUtil::RevertToRealPath(const std::string &sandBoxPath, const std::string &bundleName, std::string &realPath) in RevertToRealPath() function in OHOS::AppExecFwk::BundleUtil
H A Dbundle_mgr_host_impl.cpp1152 if (!BundleUtil::RevertToRealPath(hapFilePath, bundleName, hapRealPath)) { in GetBundleArchiveInfoBySandBoxPath()
1153 APP_LOGE("GetBundleArchiveInfo RevertToRealPath failed"); in GetBundleArchiveInfoBySandBoxPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1438 * @tc.name: test RevertToRealPath, one param is empty return false
1439 * @tc.desc: 1.test RevertToRealPath of BundleUtil
1445 bool ret = util.RevertToRealPath(empty, empty, empty); in HWTEST_F()
1447 ret = util.RevertToRealPath("/data/storage/el2/base", empty, empty); in HWTEST_F()
1449 ret = util.RevertToRealPath("/data/storage/el2/base", "com.ohos.test", empty); in HWTEST_F()

Completed in 20 milliseconds