Home
last modified time | relevance | path

Searched refs:CheckPath (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Common/
DWildcard.h25 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;
DWildcard.cpp170 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/
DExtract.cpp42 if (!wildcardCensor.CheckPath(filePath, !isFolder)) in DecompressArchive()
DArchiveExtractCallback.cpp186 if (!_wildcardCensor->CheckPath(fullPath, !_fi.IsDir)) in GetStream()
DUpdate.cpp528 ai.Censored = censor.CheckPath(ai.Name, !ai.IsDir); in EnumerateInArchiveItems()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp587 if (!wildcardCensor.CheckPath(filePath, !isFolder)) in ListArchives()
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.py45 class CheckPath(argparse.Action): class