Home
last modified time | relevance | path

Searched refs:ExtendExclude (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
DWildcard.h87 void ExtendExclude(const CCensorNode &fromNodes);
132 void ExtendExclude();
DWildcard.cpp437 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude() function in NWildcard::CCensorNode
446 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()
649 void CCensor::ExtendExclude() in ExtendExclude() function in NWildcard::CCensor
660 Pairs[i].Head.ExtendExclude(Pairs[index].Head); in ExtendExclude()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp1193 options.Censor.ExtendExclude(); in Parse2()
1215 arcCensor.ExtendExclude(); in Parse2()
1346 options.Censor.ExtendExclude(); in Parse2()
DUpdate.cpp1019 censor.ExtendExclude(); in UpdateArchive()