H A D | installd_host_impl.cpp | 275 static void GetBackupExtDirByType(std::string &bundleBackupDir, const std::string &bundleName, const DirType dirType) in GetBackupExtDirByType() argument 277 switch (dirType) { in GetBackupExtDirByType() 290 const std::string &bundleName, const DirType dirType) in GetNewBackupExtDirByType() 292 switch (dirType) { 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() 312 static_cast<int32_t>(dirType)); in CreateBackupExtHomeDir() 328 std::string &bundleBackupDir, const DirType dirType) in CreateNewBackupExtHomeDir() 330 GetNewBackupExtDirByType(bundleBackupDir, bundleName, dirType); in CreateNewBackupExtHomeDir() 289 GetNewBackupExtDirByType(std::string &bundleBackupDir, const std::string &bundleName, const DirType dirType) GetNewBackupExtDirByType() argument 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 598 RemoveBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) RemoveBackupExtHomeDir() argument 617 RemoveNewBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) RemoveNewBackupExtHomeDir() argument 636 CleanBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) CleanBackupExtHomeDir() argument 653 CleanNewBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) CleanNewBackupExtHomeDir() argument [all...] |