Searched refs:expandPath (Results 1 – 1 of 1) sorted by relevance
228 static void RmForceExcludePath(set<string> &expandPath) in RmForceExcludePath() argument231 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() local267 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()