Home
last modified time | relevance | path

Searched refs:BUNDLE_APP_DATA_BASE_DIR (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp125 std::string baseBundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + elDir + in CreateBundleDataDir()
190 … std::filesystem::path(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) / el / std::to_string(userId); in GetBundleDataDirs()
273 std::string baseBundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + elDir + in ProcessUpdateAppDataDir()
389 …std::string parentDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL[1… in CreateBundleLogDir()
H A Dbundle_mgr_service_event_handler.cpp394 …std::string baseDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL… in ScanAndAnalyzeUserDatas()
789 …std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL… in SaveInstallInfoToCache()
1575 …std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_… in RefreshQuotaForAllUid()
2803 std::string baseBundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + in UpdateAppDataSelinuxLabel()
H A Dbase_bundle_installer.cpp1368 …std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_… in RollBack()
1984 …std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_… in RemoveBundle()
2711 std::string baseBundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + in SetDirApl()
2871 …std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_… in CreateBundleDataDir()
2905 …std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL… in CreateBundleDataDir()
4432 …std::string bundleDataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_… in RemoveBundleUserData()
H A Dbundle_mgr_host_impl.cpp1436 std::string dataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + in CleanBundleCacheTaskGetCleanSize()
1655 cachePaths.push_back(std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCachePaths()
1659 … std::string moduleCachePath = std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCachePaths()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp131 …std::string baseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + ServiceConstants::PATH_SEP… in KeepSandboxDirs()
133 …std::string databaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + ServiceConstants::PATH… in KeepSandboxDirs()
H A Dbundle_sandbox_installer.cpp262 …std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL… in CreateSandboxDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h65 constexpr const char* BUNDLE_APP_DATA_BASE_DIR = "/data/app/"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp173 ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + in GetCachePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp749 …std::string dataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL[1] + in CleanBundleDataForEl2()
908 std::string dataDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + in GetBundleDataDir()
919 return ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + ServiceConstants::PATH_SEPARATOR + in GetAppDataPath()
923 return ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + el + ServiceConstants::PATH_SEPARATOR + in GetAppDataPath()
939 cachePaths.push_back(std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCacheSize()
943 … std::string moduleCachePath = std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCacheSize()
H A Dinstalld_operator.cpp2178 …std::string baseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL[0] + in GetAtomicServiceBundleDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp268 filePath.append(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR).append(el) in GetRealPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp320 …std::string dataBaseDir = ServiceConstants::BUNDLE_APP_DATA_BASE_DIR + ServiceConstants::BUNDLE_EL… in SaveInstallInfoToCache()