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.cpp431 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude() function in NWildcard::CCensorNode
440 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()
643 void CCensor::ExtendExclude() in ExtendExclude() function in NWildcard::CCensor
654 Pairs[i].Head.ExtendExclude(Pairs[index].Head); in ExtendExclude()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp1125 options.Censor.ExtendExclude(); in Parse2()
1147 arcCensor.ExtendExclude(); in Parse2()
1280 options.Censor.ExtendExclude(); in Parse2()
DUpdate.cpp1086 censor.ExtendExclude(); in UpdateArchive()