Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DWildcard.cpp174 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()
DWildcard.h21 UStringVector PathParts; member
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp198 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()
DArchiveCommandLine.cpp433 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames()
435 ConvertToLongName(prefix, item.PathParts.Front()); in ConvertToLongNames()