Searched refs:CheckPathVect (Results 1 – 4 of 4) sorted by relevance
| /third_party/lzma/CPP/Common/ |
| D | Wildcard.cpp | 421 bool CCensorNode::CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const in CheckPathVect() function in NWildcard::CCensorNode 435 if (SubNodes[(unsigned)index].CheckPathVect(pathParts2, isFile, include)) in CheckPathVect()
|
| D | Wildcard.h | 142 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveExtractCallback.cpp | 666 if (node.CheckPathVect(item.PathParts, !item.MainIsDir, include)) in CensorNode_CheckPath2() 692 if (node.CheckPathVect(pathParts2, in CensorNode_CheckPath2()
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | List.cpp | 1313 if (!wildcardCensor.CheckPathVect(pathParts, !fp.IsDir, include)) in ListArchives()
|