Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp220 _ntOptions = ntOptions; in Init()
655 _item.WriteToAltStreamIfColon = _ntOptions.WriteToAltStreamIfColon; in GetStream()
806 if (!_ntOptions.AltStreams.Val && _item.IsAltStream) in GetStream()
1017 name += (char)(_ntOptions.ReplaceColonForAltStream ? '_' : ':'); in GetStream()
1287 else if (_ntOptions.SymLinks.Val) in GetStream()
1368 if (_ntOptions.PreAllocateOutFile && !_isSplit && _curSizeDefined && _curSize > (1 << 12)) in GetStream()
1559 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult()
DArchiveExtractCallback.h181 CExtractNtOptions _ntOptions; variable