HomeSort by relevance Sort by last modified time
    Searched refs:CheckPathToRoot (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
Wildcard.h 54 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
55 // bool CheckPathToRoot(const UString &path, bool isFile, bool include) const;
Wildcard.cpp 319 bool CCensorNode::CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const
326 return Parent->CheckPathToRoot(include, pathParts, isFile);
330 bool CCensorNode::CheckPathToRoot(bool include, const UString &path, bool isFile) const
334 return CheckPathToRoot(include, pathParts, isFile);
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 231 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
310 if (curNode.CheckPathToRoot(false, addArchivePrefixNewTemp, !fi.IsDir()))
313 if (curNode.CheckPathToRoot(true, addArchivePrefixNew, !fi.IsDir()))

Completed in 41 milliseconds