Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DList.h12 const CIntVector &excludedFormats,
DMain.cpp498 CIntVector excludedFormats; in Main2() local
505 excludedFormats.AddToUniqueSorted(tempIndices[0]); in Main2()
703 excludedFormats, in Main2()
793 excludedFormats, in Main2()
DList.cpp853 const CIntVector &excludedFormats, in ListArchives() argument
930 options.excludedFormats = &excludedFormats; in ListArchives()
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp202 const CIntVector &excludedFormats, in Extract() argument
317 op.excludedFormats = &excludedFormats; in Extract()
DExtract.h82 const CIntVector &excludedFormats,
DOpenArchive.h109 const CIntVector *excludedFormats; member
124 excludedFormats(NULL), in COpenOptions()
DOpenArchive.cpp1400 if (op.excludedFormats->FindInSorted(i) >= 0) in OpenStream2()
2930 op2.excludedFormats = ! in Open()
3057 op.excludedFormats = ! in ReOpen()
DUpdate.cpp1046 op.excludedFormats = ! in UpdateArchive()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp52 options.excludedFormats = ! in Process2()