Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp316 int subExtIndex = format.FindExtension(extension); in OpenStream() local
317 if (subExtIndex < 0) in OpenStream()
318 subExtIndex = 0; in OpenStream()
319 const CArcExtInfo &extInfo = format.Exts[subExtIndex]; in OpenStream()