Lines Matching refs:PathParts
179 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed()
199 int delta = (int)pathParts.Size() - (int)PathParts.Size(); in CheckPath()
228 for (i = 0; i < PathParts.Size(); i++) in CheckPath()
232 if (!DoesWildcardMatchName(PathParts[i], pathParts[i + d])) in CheckPath()
237 if (CompareFileNames(PathParts[i], pathParts[i + d]) != 0) in CheckPath()
241 if (i == PathParts.Size()) in CheckPath()
275 if (item.PathParts.Size() <= 1) in AddItem()
277 if (item.PathParts.Size() != 0 && item.WildcardMatching) in AddItem()
279 if (!DoesNameContainWildcard(item.PathParts.Front())) in AddItem()
285 const UString &front = item.PathParts.Front(); in AddItem()
298 item.PathParts.Delete(0); in AddItem()
305 SplitPathToParts(path, item.PathParts); in AddItem()
318 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs()
617 item.PathParts = pathParts; in AddItem()