Home
last modified time | relevance | path

Searched refs:CheckPathVect (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DWildcard.cpp358 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()
DWildcard.h69 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;