Searched defs:CheckPath (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
H A DWildcard.cpp170 bool CItem::CheckPath(const UStringVector &pathParts, bool isFile) const function in class:NWildcard::CItem
277 if (items[i].CheckPath(pathParts, isFile))
282 bool CCensorNode::CheckPath(UStringVector &pathParts, bool isFile, bool &include) const function in class:NWildcard::CCensorNode
298 if (SubNodes[index].CheckPath(pathParts2, isFile, include))
304 bool CCensorNode::CheckPath(const UString &path, bool isFile, bool &include) const function in class:NWildcard::CCensorNode
308 return CheckPath(pathParts, isFile, include);
311 bool CCensorNode::CheckPath(const UString &path, bool isFile) const function in class:NWildcard::CCensorNode
314 if (CheckPath(path, isFile, include))
432 bool CCensor::CheckPath(const UString &path, bool isFile) const function in class:NWildcard::CCensor
438 if (Pairs[i].Head.CheckPath(pat
[all...]

Completed in 73 milliseconds