OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckPathToRoot
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Common/
Wildcard.h
93
bool
CheckPathToRoot
(bool include, UStringVector &pathParts, bool isFile) const;
94
// bool
CheckPathToRoot
(const UString &path, bool isFile, bool include) const;
Wildcard.cpp
410
bool CCensorNode::
CheckPathToRoot
(bool include, UStringVector &pathParts, bool isFile) const
417
return Parent->
CheckPathToRoot
(include, pathParts, isFile);
421
bool CCensorNode::
CheckPathToRoot
(bool include, const UString &path, bool isFile) const
425
return
CheckPathToRoot
(include, pathParts, isFile);
/external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp
309
if (curNode.
CheckPathToRoot
(false, addArchivePrefixNew, true))
355
if (curNode.
CheckPathToRoot
(false, addArchivePrefixNewTemp, !fi.IsDir()))
360
if (curNode.
CheckPathToRoot
(true, addArchivePrefixNew, !fi.IsDir()))
496
if (curNode.
CheckPathToRoot
(false, pathParts, !isDir))
Completed in 63 milliseconds