Searched refs:CheckPathCurrent (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 273 bool CCensorNode::CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const in CheckPathCurrent() function in NWildcard::CCensorNode 284 if (CheckPathCurrent(false, pathParts, isFile)) in CheckPath() 290 bool finded = CheckPathCurrent(true, pathParts, isFile); in CheckPath() 321 if (CheckPathCurrent(include, pathParts, isFile)) in CheckPathToRoot()
|
D | Wildcard.h | 31 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
|