HomeSort by relevance Sort by last modified time
    Searched refs:GetVolHeadersSize (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 311 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
7zOut.cpp 219 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
239 UInt32 headersSizeBase = COutArchive::GetVolHeadersSize(1, nameLength, props);
245 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props);

Completed in 180 milliseconds