Searched refs:MakeFsConfig (Results 1 - 5 of 5) sorted by relevance
/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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 190 static void MakeFsConfig(const std::string &bundleName, int32_t bundleId, const std::string &configPath);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 346 void BundleUtil::MakeFsConfig(const std::string &bundleName, int32_t bundleId, const std::string &configPath) in MakeFsConfig() function in OHOS::AppExecFwk::BundleUtil
|
H A D | bundle_data_mgr.cpp | 4549 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::HMDFS_CONFIG_PATH); in GenerateBundleId() 4550 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::SHAREFS_CONFIG_PATH); in GenerateBundleId() 4562 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::HMDFS_CONFIG_PATH); in GenerateBundleId() 4563 BundleUtil::MakeFsConfig(bundleName, bundleId, ServiceConstants::SHAREFS_CONFIG_PATH); in GenerateBundleId() 4649 BundleUtil::MakeFsConfig(innerBundleUserInfo.bundleName, bundleId, ServiceConstants::HMDFS_CONFIG_PATH); in RestoreUidAndGid() 4650 BundleUtil::MakeFsConfig(innerBundleUserInfo.bundleName, bundleId, in RestoreUidAndGid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 4994 bundleUtil.MakeFsConfig("testWrong.hap", 1, "/data/testWrong"); in HWTEST_F()
|
Completed in 28 milliseconds