Searched refs:CheckPathVect (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/Common/ |
D | Wildcard.h | 61 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
|
D | Wildcard.cpp | 349 bool CCensorNode::CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const in CheckPathVect() function in NWildcard::CCensorNode 365 if (SubNodes[index].CheckPathVect(pathParts2, isFile, include)) in CheckPathVect()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 495 if (node.CheckPathVect(item.PathParts, !item.MainIsDir, include)) in CensorNode_CheckPath2() 521 if (node.CheckPathVect(pathParts2, in CensorNode_CheckPath2()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 1213 if (!wildcardCensor.CheckPathVect(pathParts, !fp.IsDir, include)) in ListArchives()
|