Searched refs:CheckPath (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Common/ |
D | Wildcard.h | 25 bool CheckPath(const UStringVector &pathParts, bool isFile) const; 33 bool CheckPath(UStringVector &pathParts, bool isFile, bool &include) const; 51 bool CheckPath(const UString &path, bool isFile, bool &include) const; 52 bool CheckPath(const UString &path, bool isFile) const; 74 bool CheckPath(const UString &path, bool isFile) const;
|
D | Wildcard.cpp | 170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const in CheckPath() function in NWildcard::CItem 277 if (items[i].CheckPath(pathParts, isFile)) in CheckPathCurrent() 282 bool CCensorNode::CheckPath(UStringVector &pathParts, bool isFile, bool &include) const in CheckPath() function in NWildcard::CCensorNode 298 if (SubNodes[index].CheckPath(pathParts2, isFile, include)) in CheckPath() 304 bool CCensorNode::CheckPath(const UString &path, bool isFile, bool &include) const in CheckPath() function in NWildcard::CCensorNode 308 return CheckPath(pathParts, isFile, include); in CheckPath() 311 bool CCensorNode::CheckPath(const UString &path, bool isFile) const in CheckPath() function in NWildcard::CCensorNode 314 if (CheckPath(path, isFile, include)) in CheckPath() 432 bool CCensor::CheckPath(const UString &path, bool isFile) const in CheckPath() function in NWildcard::CCensor 438 if (Pairs[i].Head.CheckPath(path, isFile, include)) in CheckPath()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Extract.cpp | 42 if (!wildcardCensor.CheckPath(filePath, !isFolder)) in DecompressArchive()
|
D | ArchiveExtractCallback.cpp | 186 if (!_wildcardCensor->CheckPath(fullPath, !_fi.IsDir)) in GetStream()
|
D | Update.cpp | 528 ai.Censored = censor.CheckPath(ai.Name, !ai.IsDir); in EnumerateInArchiveItems()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 587 if (!wildcardCensor.CheckPath(filePath, !isFolder)) in ListArchives()
|
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 45 class CheckPath(argparse.Action): class
|