OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckPath
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/Common/
Wildcard.h
60
bool
CheckPath
(const UStringVector &pathParts, bool isFile) const;
91
bool
CheckPath
(bool isAltStream, const UString &path, bool isFile) const;
139
bool
CheckPath
(bool isAltStream, const UString &path, bool isFile) const;
Wildcard.cpp
211
bool CItem::
CheckPath
(const UStringVector &pathParts, bool isFile) const
353
if (items[i].
CheckPath
(pathParts, isFile))
402
bool CCensorNode::
CheckPath
(bool isAltStream, const UString &path, bool isFile) const
566
bool CCensor::
CheckPath
(bool isAltStream, const UString &path, bool isFile) const
/external/lzma/CPP/7zip/UI/Common/
Extract.cpp
105
if (!wildcardCensor.
CheckPath
(isAltStream, filePath, !isFolder))
ArchiveExtractCallback.cpp
585
if (!_wildcardCensor->
CheckPath
(_isAltStream, fullPath, !_fi.IsDir))
Update.cpp
842
ai.Censored = censor.
CheckPath
(ai.IsAltStream, ai.Name, !ai.IsDir);
[
all
...]
/external/lzma/CPP/7zip/UI/Console/
List.cpp
1129
if (!wildcardCensor.
CheckPath
(isAltStream, fp.FilePath, !fp.IsFolder))
/external/selinux/policycoreutils/sepolicy/
sepolicy.py
47
class
CheckPath
(argparse.Action):
Completed in 193 milliseconds