Searched refs:volSize (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h145 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);
H A D7zOut.cpp255 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props) argument
259 if (volSize > headersSizeBase)
260 testSize = volSize - headersSizeBase;
265 if (volSize > headersSize)
266 pureSize = volSize - headersSize;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp142 UInt64 volSize = Sizes[index]; local
144 if (_offsetPos >= volSize)
146 _offsetPos -= volSize;
158 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - subStream.Pos);
172 if (subStream.Pos == volSize)

Completed in 282 milliseconds