Searched refs:baseDataDir (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 245 std::string baseDataDir = baseBundleDataDir + ServiceConstants::DATABASE + bundleInfo.name; in ProcessUpdateAppDataDir() local 246 if (InstalldClient::GetInstance()->SetDirApl(baseDataDir, bundleInfo.name, in ProcessUpdateAppDataDir() 249 APP_LOGW_NOFUNC("failed to SetDirApl baseDataDir dir"); in ProcessUpdateAppDataDir()
|
H A D | bundle_mgr_service_event_handler.cpp | 408 std::string baseDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL[0]; in ScanAndAnalyzeUserDatas() local 410 if (!ScanDir(baseDataDir, ScanMode::SUB_FILE_DIR, ResultMode::RELATIVE_PATH, userIds)) { in ScanAndAnalyzeUserDatas() 411 LOG_D(BMS_TAG_DEFAULT, "Check the base user directory(%{public}s) failed", baseDataDir.c_str()); in ScanAndAnalyzeUserDatas() 424 std::string userDataDir = baseDataDir + ServiceConstants::PATH_SEPARATOR + userId + ServiceConstants::BASE; in ScanAndAnalyzeUserDatas() 3414 std::string baseDataDir = baseBundleDataDir + ServiceConstants::BASE + bundleName; in UpdateAppDataSelinuxLabel() local 3416 ErrCode result = InstalldClient::GetInstance()->IsExistDir(baseDataDir, isExist); in UpdateAppDataSelinuxLabel() 3427 result = InstalldClient::GetInstance()->SetDirApl(baseDataDir, bundleName, apl, isPreInstall, debug); in UpdateAppDataSelinuxLabel() 3429 LOG_W(BMS_TAG_DEFAULT, "bundleName: %{public}s, fail to SetDirApl baseDataDir dir, error is %{public}d", in UpdateAppDataSelinuxLabel()
|
H A D | base_bundle_installer.cpp | 2720 std::string baseDataDir = baseBundleDataDir + ServiceConstants::BASE + info.GetBundleName(); in SetDirApl() local 2724 ErrCode result = InstalldClient::GetInstance()->IsExistDir(baseDataDir, isBaseExist); in SetDirApl() 2735 LOG_D(BMS_TAG_INSTALLER, "base %{public}s or data %{public}s is not exist", baseDataDir.c_str(), in SetDirApl() 2740 baseDataDir, info.GetBundleName(), info.GetAppPrivilegeLevel(), info.IsPreInstallApp(), in SetDirApl()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 208 "baseDataDir":"",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 577 "baseDataDir":"",
|
Completed in 41 milliseconds