Searched refs:PathParts (Results 1 – 4 of 4) sorted by relevance
174 int delta = (int)pathParts.Size() - (int)PathParts.Size(); in CheckPath()197 for (i = 0; i < PathParts.Size(); i++) in CheckPath()198 if (!CompareWildCardWithName(PathParts[i], pathParts[i + d])) in CheckPath()200 if (i == PathParts.Size()) in CheckPath()224 if (item.PathParts.Size() <= 1) in AddItem()229 const UString &front = item.PathParts.Front(); in AddItem()238 item.PathParts.Delete(0); in AddItem()245 SplitPathToParts(path, item.PathParts); in AddItem()257 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs()425 item.PathParts = pathParts; in AddItem()
21 UStringVector PathParts; member
198 if (item.Recursive || item.PathParts.Size() != 1) in EnumerateDirItems()200 const UString &name = item.PathParts.Front(); in EnumerateDirItems()212 const UString &name = item.PathParts.Front(); in EnumerateDirItems()
433 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames()435 ConvertToLongName(prefix, item.PathParts.Front()); in ConvertToLongNames()