Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DWildcard.h56 void ExtendExclude(const CCensorNode &fromNodes);
75 void ExtendExclude();
DWildcard.cpp353 void CCensorNode::ExtendExclude(const CCensorNode &fromNodes) in ExtendExclude() function in NWildcard::CCensorNode
362 SubNodes[subNodeIndex].ExtendExclude(node); in ExtendExclude()
448 void CCensor::ExtendExclude() in ExtendExclude() function in NWildcard::CCensor
459 Pairs[i].Head.ExtendExclude(Pairs[index].Head); in ExtendExclude()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp910 archiveWildcardCensor.ExtendExclude(); in Parse2()
1041 options.WildcardCensor.ExtendExclude(); in Parse2()