Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp219 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props) in GetVolHeadersSize() function in NArchive::N7z::COutArchive
239 UInt32 headersSizeBase = COutArchive::GetVolHeadersSize(1, nameLength, props); in GetVolPureSize()
245 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props); in GetVolPureSize()
D7zOut.h313 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);