Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DWildcard.cpp179 …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()
[all …]
DWildcard.h35 UStringVector PathParts; member
44 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]); in IsDriveItem()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp506 if (item.Recursive || item.PathParts.Size() != 1) in CanUseFsDirect()
508 const UString &name = item.PathParts.Front(); in CanUseFsDirect()
566 const UString &name = item.PathParts.Front(); in EnumerateDirItems()
766 if (item.PathParts.Size() < 1) in EnumerateDirItems()
768 const UString &name = item.PathParts.Front(); in EnumerateDirItems()
771 if (item.PathParts.Size() == 1) in EnumerateDirItems()
1022 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames()
1026 ConvertToLongName(prefix, item.PathParts.Front()); in ConvertToLongNames()
DArchiveExtractCallback.cpp504 if (node.CheckPathVect(item.PathParts, !item.MainIsDir, include)) in CensorNode_CheckPath2()
522 UStringVector pathParts2 = item.PathParts; in CensorNode_CheckPath2()
812 UStringVector &pathParts = _item.PathParts; in GetStream()
DOpenArchive.cpp797 item.PathParts.Clear(); in GetItem()
880 RINOK(GetItemPathToParent(mainIndex, item._baseParentFolder, item.PathParts)); in GetItem()
883 if ((item.WriteToAltStreamIfColon || needFindAltStream) && !item.PathParts.IsEmpty()) in GetItem()
887 UString &s = item.PathParts.Back(); in GetItem()
898 item.PathParts.DeleteBack(); in GetItem()
911 , item.PathParts); in GetItem()
DOpenArchive.h228 …UStringVector PathParts; // without altStream name, path from root or from _baseParentFolder, if _… member