Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp245 const CIntVector &excludedFormats, in Extract() argument
365 op.excludedFormats = &excludedFormats; in Extract()
DExtract.h82 const CIntVector &excludedFormats,
DOpenArchive.h119 const CIntVector *excludedFormats; member
134 excludedFormats(NULL), in COpenOptions()
DOpenArchive.cpp1676 if (op.excludedFormats->FindInSorted(i) >= 0) in OpenStream2()
3255 op2.excludedFormats = ! in Open()
3382 op.excludedFormats = ! in ReOpen()
DUpdate.cpp1192 op.excludedFormats = ! in UpdateArchive()
/external/lzma/CPP/7zip/UI/Console/
DList.h12 const CIntVector &excludedFormats,
DMain.cpp604 CIntVector excludedFormats; in Main2() local
611 excludedFormats.AddToUniqueSorted(tempIndices[0]); in Main2()
924 excludedFormats, in Main2()
1038 excludedFormats, in Main2()
DList.cpp1022 const CIntVector &excludedFormats, in ListArchives() argument
1124 options.excludedFormats = &excludedFormats; in ListArchives()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp52 options.excludedFormats = ! in Process2()