Searched refs:CheckPathToRoot (Results 1 – 3 of 3) sorted by relevance
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | EnumDirItems.cpp | 536 if (curNode.CheckPathToRoot(false, parts, true)) in EnumerateAltStreams() 539 if (!curNode.CheckPathToRoot(true, parts, true)) in EnumerateAltStreams() 603 if (curNode.CheckPathToRoot(false, newParts, !fi.IsDir())) in EnumerateForItem() 615 if (curNode.CheckPathToRoot(true, newParts, !fi.IsDir())) in EnumerateForItem() 893 if (curNode.CheckPathToRoot(false, pathParts, !isDir)) in EnumerateDirItems()
|
| /third_party/lzma/CPP/Common/ |
| D | Wildcard.h | 149 bool CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const;
|
| D | Wildcard.cpp | 486 bool CCensorNode::CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const in CheckPathToRoot() function in NWildcard::CCensorNode
|