Home
last modified time | relevance | path

Searched refs:WildcardMatching (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
DWildcard.cpp179 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed()
230 if (WildcardMatching) in CheckPath()
277 if (item.PathParts.Size() != 0 && item.WildcardMatching) in AddItem()
280 item.WildcardMatching = false; in AddItem()
288 if (item.WildcardMatching in AddItem()
309 item.WildcardMatching = wildcardMatching; in AddItem()
621 item.WildcardMatching = wildcardMatching; in AddItem()
662 AddItem(censorPathMode, cp.Include, cp.Path, cp.Recursive, cp.WildcardMatching); in AddPathsToCensor()
673 cp.WildcardMatching = wildcardMatching; in AddPreItem()
DWildcard.h39 bool WildcardMatching; member
110 bool WildcardMatching; member
115 WildcardMatching(true) in CCensorPath()