Searched refs:RevertToRealPath (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 199 static bool RevertToRealPath(const std::string &sandBoxPath, const std::string &bundleName, std::string &realPath);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 763 bool BundleUtil::RevertToRealPath(const std::string &sandBoxPath, const std::string &bundleName, std::string &realPath) in RevertToRealPath() function in OHOS::AppExecFwk::BundleUtil
|
H A D | bundle_mgr_host_impl.cpp | 1152 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 D | bms_bundle_installer_test.cpp | 1438 * @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