Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h60 bool PreAllocateOutFile; member
70 PreAllocateOutFile = in CExtractNtOptions()
DArchiveExtractCallback.cpp1368 if (_ntOptions.PreAllocateOutFile && !_isSplit && _curSizeDefined && _curSize > (1 << 12)) in GetStream()