Searched refs:CheckPathVect (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 358 bool CCensorNode::CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const in CheckPathVect() function in NWildcard::CCensorNode 374 if (SubNodes[index].CheckPathVect(pathParts2, isFile, include)) in CheckPathVect() 384 if (CheckPathVect(pathParts, isFile, include)) in CheckPath2() 396 return CheckPathVect(pathParts, isFile, include); in CheckPath2()
|
D | Wildcard.h | 69 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
|