Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h86 static bool DeleteDirFlexible(const std::string &path, const bool async);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1885 if (!InstalldOperator::DeleteDirFlexible(bundleDataDir, async)) { in InnerRemoveBundleDataDir()
1890 if (!InstalldOperator::DeleteDirFlexible(databaseDir, async)) { in InnerRemoveBundleDataDir()
H A Dinstalld_operator.cpp253 bool InstalldOperator::DeleteDirFlexible(const std::string &path, const bool async) in DeleteDirFlexible() function in OHOS::AppExecFwk::InstalldOperator