Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DWildcard.h95 void ExtendExclude(const CCensorNode &fromNodes);
140 void ExtendExclude();
DWildcard.cpp444 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude() function in NWildcard::CCensorNode
453 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()
582 void CCensor::ExtendExclude() in ExtendExclude() function in NWildcard::CCensor
593 Pairs[i].Head.ExtendExclude(Pairs[index].Head); in ExtendExclude()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp1103 options.Censor.ExtendExclude(); in Parse2()
1125 arcCensor.ExtendExclude(); in Parse2()
1242 options.Censor.ExtendExclude(); in Parse2()
DUpdate.cpp957 censor.ExtendExclude(); in UpdateArchive()