Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp555 UInt64 dataSize64 = data.GetCapacity(); in EncodeStream() local
558 stream, NULL, &dataSize64, folderItem, SeqStream, packSizes, NULL)) in EncodeStream()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp332 UInt64 dataSize64 = ConvertStringToUInt64(mappingSize, NULL); in ParseMapWithPaths() local
333 UInt32 dataSize = (UInt32)dataSize64; in ParseMapWithPaths()