Home
last modified time | relevance | path

Searched refs:bundleBackupDir (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp275 static void GetBackupExtDirByType(std::string &bundleBackupDir, const std::string &bundleName, const DirType dirType) in GetBackupExtDirByType() argument
279 bundleBackupDir = BUNDLE_BACKUP_HOME_PATH_EL1 + bundleName; in GetBackupExtDirByType()
282 bundleBackupDir = BUNDLE_BACKUP_HOME_PATH_EL2 + bundleName; in GetBackupExtDirByType()
289 static void GetNewBackupExtDirByType(std::string &bundleBackupDir, in GetNewBackupExtDirByType() argument
294 bundleBackupDir = BUNDLE_BACKUP_HOME_PATH_EL1_NEW + bundleName + BUNDLE_BACKUP_INNER_DIR; in GetNewBackupExtDirByType()
297 bundleBackupDir = BUNDLE_BACKUP_HOME_PATH_EL2_NEW + bundleName + BUNDLE_BACKUP_INNER_DIR; in GetNewBackupExtDirByType()
305 std::string &bundleBackupDir, const DirType dirType) in CreateBackupExtHomeDir()
307 GetBackupExtDirByType(bundleBackupDir, bundleName, dirType); in CreateBackupExtHomeDir()
309 static_cast<int32_t>(dirType), bundleBackupDir.c_str()); in CreateBackupExtHomeDir()
310 if (bundleBackupDir in CreateBackupExtHomeDir()
304 CreateBackupExtHomeDir(const std::string &bundleName, const int32_t userid, const int32_t uid, std::string &bundleBackupDir, const DirType dirType) CreateBackupExtHomeDir() argument
327 CreateNewBackupExtHomeDir(const std::string &bundleName, const int32_t userid, const int32_t uid, std::string &bundleBackupDir, const DirType dirType) CreateNewBackupExtHomeDir() argument
530 std::string bundleBackupDir; CreateBundleDataDir() local
600 std::string bundleBackupDir; RemoveBackupExtHomeDir() local
619 std::string bundleBackupDir; RemoveNewBackupExtHomeDir() local
638 std::string bundleBackupDir; CleanBackupExtHomeDir() local
655 std::string bundleBackupDir; CleanNewBackupExtHomeDir() local
[all...]

Completed in 2 milliseconds