Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DList.cpp1063 UInt64 arcPackSize = 0; in ListArchives() local
1096 arcPackSize = fi.Size; in ListArchives()
1097 totalArcSizes += arcPackSize; in ListArchives()
1314 arcPackSize += arcLink.VolumesSize; in ListArchives()
1315 stat2.MainFiles.PackSize.Add((numStreams == 0) ? 0 : arcPackSize); in ListArchives()