Home
last modified time | relevance | path

Searched refs:CheckPathToRoot (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp549 if (curNode.CheckPathToRoot(false, parts, true)) in EnumerateAltStreams()
552 if (!curNode.CheckPathToRoot(true, parts, true)) in EnumerateAltStreams()
616 if (curNode.CheckPathToRoot(false, newParts, !fi.IsDir())) in EnumerateForItem()
628 if (curNode.CheckPathToRoot(true, newParts, !fi.IsDir())) in EnumerateForItem()
906 if (curNode.CheckPathToRoot(false, pathParts, !isDir)) in EnumerateDirItems()
/third_party/lzma/CPP/Common/
H A DWildcard.h149 bool CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const;
151 // bool CheckPathToRoot(const UString &path, bool isFile, bool include) const;
H A DWildcard.cpp486 bool CCensorNode::CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const in CheckPathToRoot() function in NWildcard::CCensorNode
499 bool CCensorNode::CheckPathToRoot(bool include, const UString &path, bool isFile) const
503 return CheckPathToRoot(include, pathParts, isFile);

Completed in 4 milliseconds