Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h99 UStringVector ExcludedArcTypes; member
DArchiveCommandLine.cpp1090 options.ExcludedArcTypes = parser[NKey::kExcludedArcType].PostStrings; in Parse2()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp605 FOR_VECTOR (k, options.ExcludedArcTypes) in Main2()
608 if (!codecs->FindFormatForArchiveType(options.ExcludedArcTypes[k], tempIndices) in Main2()