Searched refs:MakeFsConfig (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_data_mgr.cpp | 358 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 D | bundle_util.h | 192 …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 D | bundle_util.cpp | 345 void BundleUtil::MakeFsConfig(const std::string &bundleName, int32_t bundleId, const std::string &c… in MakeFsConfig() function in OHOS::AppExecFwk::BundleUtil
|
H A D | bundle_data_mgr.cpp | 4520 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 D | bms_bundle_installer_test.cpp | 5008 bundleUtil.MakeFsConfig("testWrong.hap", 1, "/data/testWrong");
|