HomeSort by relevance Sort by last modified time
    Searched refs:PathParts (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Common/
Wildcard.cpp 87 void SplitPathToParts(const UString &path, UStringVector &pathParts)
89 pathParts.Clear();
99 pathParts.Add(name);
105 pathParts.Add(name);
170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
174 int delta = (int)pathParts.Size() - (int)PathParts.Size();
197 for (i = 0; i < PathParts.Size(); i++)
198 if (!CompareWildCardWithName(PathParts[i], pathParts[i + d]))
    [all...]
Wildcard.h 10 void SplitPathToParts(const UString &path, UStringVector &pathParts);
21 UStringVector PathParts;
25 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
31 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
33 bool CheckPath(UStringVector &pathParts, bool isFile, bool &include) const;
54 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 198 if (item.Recursive || item.PathParts.Size() != 1)
200 const UString &name = item.PathParts.Front();
212 const UString &name = item.PathParts.Front();
229 UStringVector pathParts;
230 pathParts.Add(fi.Name);
231 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
ArchiveCommandLine.cpp 433 if (item.Recursive || item.PathParts.Size() != 1)
435 ConvertToLongName(prefix, item.PathParts.Front());

Completed in 395 milliseconds