Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DList.cpp892 UInt64 arcPackSize = 0; in ListArchives() local
902 arcPackSize = fi.Size; in ListArchives()
903 totalArcSizes += arcPackSize; in ListArchives()
1156 arcPackSize += arcLink.VolumesSize; in ListArchives()
1157 stat.MainFiles.PackSize.Add((numStreams == 0) ? 0 : arcPackSize); in ListArchives()