Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DMain.cpp501 CIntVector tempIndices; in Main2() local
502 if (!codecs->FindFormatForArchiveType(options.ExcludedArcTypes[k], tempIndices) in Main2()
503 || tempIndices.Size() != 1) in Main2()
505 excludedFormats.AddToUniqueSorted(tempIndices[0]); in Main2()