Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp228 static void RmForceExcludePath(set<string> &expandPath) in RmForceExcludePath() argument
231 for (auto it = expandPath.begin(); it != expandPath.end();) { in RmForceExcludePath()
236 it = expandPath.erase(it); in RmForceExcludePath()
242 expandPath.erase(BConstants::PATH_PUBLIC_HOME); in RmForceExcludePath()
243 expandPath.merge(addPaths); in RmForceExcludePath()
260 set<string> expandPath, filteredPath; in ExpandPathWildcard() local
267 expandPath.emplace(tmpPath); in ExpandPathWildcard()
269 RmForceExcludePath(expandPath); in ExpandPathWildcard()
270 for (auto it = expandPath.begin(); it != expandPath.end(); ++it) { in ExpandPathWildcard()
276 for (++jt; jt != expandPath.end() && (jt->find(*it) == 0); ++jt) { in ExpandPathWildcard()