Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtract.h67 UInt64 AltStreams_UnpackSize; member
75 …NumArchives = UnpackSize = AltStreams_UnpackSize = PackSize = NumFolders = NumFiles = NumAltStream… in Clear()
DArchiveExtractCallback.h285 UInt64 AltStreams_UnpackSize; variable
307 NumFolders = NumFiles = NumAltStreams = UnpackSize = AltStreams_UnpackSize = 0; in InitForMulti()
DExtract.cpp478 st.AltStreams_UnpackSize = ecs->AltStreams_UnpackSize; in Extract()
DArchiveExtractCallback.cpp1587 AltStreams_UnpackSize += _curSize; in SetOperationResult()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp141 AddSizePair(s, IDS_PROP_ALT_STREAMS_SIZE, Stat.AltStreams_UnpackSize); in ProcessVirt()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp1015 *so << "Alternate Streams Size: " << stat.AltStreams_UnpackSize << endl; in Main2()