Home
last modified time | relevance | path

Searched refs:MakeFsConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_data_mgr.cpp358 BundleUtil::MakeFsConfig(info.first, bundleId, ServiceConstants::HMDFS_CONFIG_PATH); in RestoreSandboxUidAndGid()
359 BundleUtil::MakeFsConfig(info.first, bundleId, ServiceConstants::SHAREFS_CONFIG_PATH); in RestoreSandboxUidAndGid()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h192 …static void MakeFsConfig(const std::string &bundleName, int32_t bundleId, const std::string &confi…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp345 void BundleUtil::MakeFsConfig(const std::string &bundleName, int32_t bundleId, const std::string &c… in MakeFsConfig() function in OHOS::AppExecFwk::BundleUtil
H A Dbundle_data_mgr.cpp4520 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::HMDFS_CONFIG_PATH); in GenerateBundleId()
4521 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::SHAREFS_CONFIG_PATH); in GenerateBundleId()
4533 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::HMDFS_CONFIG_PATH); in GenerateBundleId()
4534 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::SHAREFS_CONFIG_PATH); in GenerateBundleId()
4620 …BundleUtil::MakeFsConfig(innerBundleUserInfo.bundleName, bundleId, ServiceConstants::HMDFS_CONFIG_… in RestoreUidAndGid()
4621 BundleUtil::MakeFsConfig(innerBundleUserInfo.bundleName, bundleId, in RestoreUidAndGid()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5008 bundleUtil.MakeFsConfig("testWrong.hap", 1, "/data/testWrong");