Searched refs:PathParts (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | Wildcard.cpp | 258 return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*";
in AreAllAllowed() 267 if (PathParts.IsEmpty())
in CheckPath() 269 // PathParts.IsEmpty() means all items (universal wildcard)
in CheckPath() 278 int delta = (int)pathParts.Size() - (int)PathParts.Size();
in CheckPath() 307 for (i = 0; i < PathParts.Size(); i++)
in CheckPath() 311 if (!DoesWildcardMatchName(PathParts[i], pathParts[i + (unsigned)d]))
in CheckPath() 316 if (CompareFileNames(PathParts[i], pathParts[i + (unsigned)d]) != 0)
in CheckPath() 320 if (i == PathParts.Size())
in CheckPath() 352 if (item.PathParts in AddItem() [all...] |
H A D | Wildcard.h | 35 UStringVector PathParts;
member 44 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]);
in IsDriveItem() 120 item.PathParts.Add(L"*");
in Add_Wildcard()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 748 if (item.Recursive || item.PathParts.Size() != 1)
in CanUseFsDirect() 750 const UString &name = item.PathParts.Front();
in CanUseFsDirect() 818 const UString &name = item.PathParts.Front();
in EnumerateDirItems() 1064 if (item.PathParts.Size() < 1)
in EnumerateDirItems() 1066 const UString &name = item.PathParts.Front();
in EnumerateDirItems() 1069 if (item.PathParts.Size() == 1)
in EnumerateDirItems() 1582 if (item.Recursive || item.PathParts.Size() != 1)
in ConvertToLongNames() 1586 ConvertToLongName(prefix, item.PathParts.Front());
in ConvertToLongNames()
|
H A D | ArchiveExtractCallback.cpp | 673 if (node.CheckPathVect(item.PathParts, !item.MainIsDir, include))
in CensorNode_CheckPath2() 691 UStringVector pathParts2 = item.PathParts;
in CensorNode_CheckPath2() 1036 UStringVector &pathParts = _item.PathParts;
in CorrectPathParts() 1111 // 21.04 : we don't change original (_item.PathParts) here
in CreateFolders() 1112 UStringVector pathParts = _item.PathParts;
in CreateFolders() 1306 UString processedPath (MakePathFromParts(_item.PathParts));
in GetExtractStream() 1310 // 21.04: CreateFolders doesn't change (_item.PathParts)
in GetExtractStream() 1643 // we can change (_item.PathParts) in this function
in GetStream() 1644 UStringVector &pathParts = _item.PathParts;
in GetStream() 2434 // this function changes _item.PathParts in Hash_GetFullFilePath() [all...] |
H A D | OpenArchive.cpp | 822 item.PathParts.Clear();
905 RINOK(GetItem_PathToParent(mainIndex, (unsigned)item._baseParentFolder, item.PathParts))
908 if ((item.WriteToAltStreamIfColon || needFindAltStream) && !item.PathParts.IsEmpty())
912 UString &s = item.PathParts.Back();
923 item.PathParts.DeleteBack();
936 , item.PathParts);
|
H A D | OpenArchive.h | 231 UStringVector PathParts; // without altStream name, path from root or from _baseParentFolder, if _use_baseParentFolder_mode
member
|
Completed in 10 milliseconds