Searched refs:pathParts (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | Wildcard.cpp | 158 void SplitPathToParts(const UString &path, UStringVector &pathParts)
in SplitPathToParts() argument 160 pathParts.Clear();
in SplitPathToParts() 170 pathParts.Add(name);
in SplitPathToParts() 174 pathParts.Add(name);
in SplitPathToParts() 261 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
in CheckPath() argument 272 if (pathParts.Size() <= 1)
in CheckPath() 278 int delta = (int)pathParts.Size() - (int)PathParts.Size();
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() 412 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, boo argument 421 CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const CheckPathVect() argument 476 CheckPathToRoot_Change(bool include, UStringVector &pathParts, bool isFile) const CheckPathToRoot_Change() argument 486 CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const CheckPathToRoot() argument 535 GetNumPrefixParts_if_DrivePath(UStringVector &pathParts) GetNumPrefixParts_if_DrivePath() argument 556 GetNumPrefixParts(const UStringVector &pathParts) GetNumPrefixParts() argument 612 UStringVector pathParts; AddItem() local [all...] |
H A D | Wildcard.h | 15 void SplitPathToParts(const UString &path, UStringVector &pathParts);
30 unsigned GetNumPrefixParts_if_DrivePath(UStringVector &pathParts);
51 bool CheckPath(const UStringVector &pathParts, bool isFile) const;
78 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
142 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
147 // CheckPathToRoot_Change() changes pathParts !!!
148 bool CheckPathToRoot_Change(bool include, UStringVector &pathParts, bool isFile) const;
149 bool CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const;
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 911 UStringVector pathParts;
in ReadLink() local 912 SplitPathToParts(_link.linkPath, pathParts);
in ReadLink() 916 if (CompareFileNames(_removePathParts[i], pathParts[i]) != 0)
in ReadLink() 923 pathParts.DeleteFrontal(_removePathParts.Size());
in ReadLink() 924 _link.linkPath = MakePathFromParts(pathParts);
in ReadLink() 1036 UStringVector &pathParts = _item.PathParts;
in CorrectPathParts() local 1040 || !pathParts.IsEmpty()
in CorrectPathParts() 1043 Correct_FsPath(_pathMode == NExtract::NPathMode::kAbsPaths, _keepAndReplaceEmptyDirPrefixes, pathParts, _item.MainIsDir);
in CorrectPathParts() 1053 if (pathParts.IsEmpty())
in CorrectPathParts() 1055 pathParts in CorrectPathParts() 1112 UStringVector pathParts = _item.PathParts; CreateFolders() local 2436 const UStringVector &pathParts = _item.PathParts; Hash_GetFullFilePath() local [all...] |
H A D | EnumDirItems.cpp | 904 UStringVector pathParts;
in EnumerateDirItems() local 905 pathParts.Add(fs2us(fi.Name));
in EnumerateDirItems() 906 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
in EnumerateDirItems() 936 UStringVector pathParts;
in EnumerateDirItems() local 937 pathParts.Add(fs2us(fi.Name));
in EnumerateDirItems() 940 pathParts, // including (fi.Name)
in EnumerateDirItems()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.cpp | 151 UStringVector pathParts;
in GetStream() local 152 SplitPathToParts(fullPath, pathParts);
in GetStream() 153 if (pathParts.IsEmpty())
in GetStream() 159 pathParts.DeleteBack();
in GetStream() 160 if (!pathParts.IsEmpty())
in GetStream() 163 CreateComplexDirectory(pathParts);
in GetStream()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 1269 UStringVector pathParts;
in ListArchives() local 1313 SplitPathToParts(fp.FilePath, pathParts);
in ListArchives() 1315 if (!wildcardCensor.CheckPathVect(pathParts, !fp.IsDir, include))
in ListArchives()
|
Completed in 13 milliseconds