Searched refs:CheckPathCurrent (Results 1 – 2 of 2) sorted by relevance
/third_party/lzma/CPP/Common/ |
D | Wildcard.cpp | 412 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const in CheckPathCurrent() function in NWildcard::CCensorNode 423 if (CheckPathCurrent(false, pathParts, isFile)) in CheckPathVect() 439 bool finded = CheckPathCurrent(true, pathParts, isFile); in CheckPathVect() 478 if (CheckPathCurrent(include, pathParts, isFile)) in CheckPathToRoot_Change() 488 if (CheckPathCurrent(include, pathParts, isFile)) in CheckPathToRoot()
|
D | Wildcard.h | 78 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
|