Searched refs:PathParts (Results 1 – 6 of 6) sorted by relevance
/third_party/lzma/CPP/Common/ |
D | Wildcard.cpp | 258 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed() 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.Size() <= 1) in AddItem() 354 if (item.PathParts.Size() != 0 && item.WildcardMatching) in AddItem() 356 if (!DoesNameContainWildcard(item.PathParts.Front())) in AddItem() 363 const UString &front = item.PathParts.Front(); in AddItem() [all …]
|
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/ |
D | EnumDirItems.cpp | 735 if (item.Recursive || item.PathParts.Size() != 1) in CanUseFsDirect() 737 const UString &name = item.PathParts.Front(); in CanUseFsDirect() 805 const UString &name = item.PathParts.Front(); in EnumerateDirItems() 1048 if (item.PathParts.Size() < 1) in EnumerateDirItems() 1050 const UString &name = item.PathParts.Front(); in EnumerateDirItems() 1053 if (item.PathParts.Size() == 1) in EnumerateDirItems() 1565 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames() 1569 ConvertToLongName(prefix, item.PathParts.Front()); in ConvertToLongNames()
|
D | ArchiveExtractCallback.cpp | 666 if (node.CheckPathVect(item.PathParts, !item.MainIsDir, include)) in CensorNode_CheckPath2() 684 UStringVector pathParts2 = item.PathParts; in CensorNode_CheckPath2() 1029 UStringVector &pathParts = _item.PathParts; in CorrectPathParts() 1105 UStringVector pathParts = _item.PathParts; in CreateFolders() 1289 UString processedPath (MakePathFromParts(_item.PathParts)); in GetExtractStream() 1627 UStringVector &pathParts = _item.PathParts; in GetStream() 2423 const UStringVector &pathParts = _item.PathParts; in Hash_GetFullFilePath()
|
D | OpenArchive.h | 231 …UStringVector PathParts; // without altStream name, path from root or from _baseParentFolder, if _… member
|
D | OpenArchive.cpp | 831 item.PathParts.Clear(); in GetItem() 914 RINOK(GetItem_PathToParent(mainIndex, (unsigned)item._baseParentFolder, item.PathParts)); in GetItem() 917 if ((item.WriteToAltStreamIfColon || needFindAltStream) && !item.PathParts.IsEmpty()) in GetItem() 921 UString &s = item.PathParts.Back(); in GetItem() 932 item.PathParts.DeleteBack(); in GetItem() 945 , item.PathParts); in GetItem()
|