Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp622 static ErrCode RemoveNewBackupExtHomeDir(const std::string &bundleName, const int userid, DirType d… in RemoveNewBackupExtHomeDir() function
1915 if (RemoveNewBackupExtHomeDir(bundleName, userId, DirType::DIR_EL2) != ERR_OK || in InnerRemoveBundleDataDir()
1916 RemoveNewBackupExtHomeDir(bundleName, userId, DirType::DIR_EL1) != ERR_OK) { in InnerRemoveBundleDataDir()