Lines Matching refs:PathParts
208 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed()
215 int delta = (int)pathParts.Size() - (int)PathParts.Size(); in CheckPath()
244 for (i = 0; i < PathParts.Size(); i++) in CheckPath()
248 if (!DoesWildcardMatchName(PathParts[i], pathParts[i + d])) in CheckPath()
253 if (CompareFileNames(PathParts[i], pathParts[i + d]) != 0) in CheckPath()
257 if (i == PathParts.Size()) in CheckPath()
291 if (item.PathParts.Size() <= 1) in AddItem()
293 if (item.PathParts.Size() != 0 && item.WildcardMatching) in AddItem()
295 if (!DoesNameContainWildcard(item.PathParts.Front())) in AddItem()
301 const UString &front = item.PathParts.Front(); in AddItem()
313 item.PathParts.Delete(0); in AddItem()
320 SplitPathToParts(path, item.PathParts); in AddItem()
333 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs()
558 item.PathParts = pathParts; in AddItem()