HomeSort by relevance Sort by last modified time
    Searched defs:CheckPath (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Common/
Wildcard.cpp 170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const
277 if (items[i].CheckPath(pathParts, isFile))
282 bool CCensorNode::CheckPath(UStringVector &pathParts, bool isFile, bool &include) const
298 if (SubNodes[index].CheckPath(pathParts2, isFile, include))
304 bool CCensorNode::CheckPath(const UString &path, bool isFile, bool &include) const
308 return CheckPath(pathParts, isFile, include);
311 bool CCensorNode::CheckPath(const UString &path, bool isFile) const
314 if (CheckPath(path, isFile, include))
432 bool CCensor::CheckPath(const UString &path, bool isFile) const
438 if (Pairs[i].Head.CheckPath(path, isFile, include))
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 45 class CheckPath(argparse.Action):

Completed in 161 milliseconds