Home
last modified time | relevance | path

Searched refs:_extractStatuses (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zFolderOutStream.cpp27 _extractStatuses = extractStatuses; in Init()
39 Int32 askMode = ((*_extractStatuses)[_currentIndex]) ? (_testMode ? in OpenFile()
76 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
111 if (_currentIndex == _extractStatuses->Size()) in Write()
127 if ((int)subStream >= _extractStatuses->Size()) in GetSubStreamSize()
135 while (_currentIndex < _extractStatuses->Size()) in FlushCorrupted()
D7zFolderOutStream.h23 const CBoolVector *_extractStatuses; variable
53 { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; } in WasWritingFinished()
D7zUpdate.cpp513 const CBoolVector *_extractStatuses; member in NArchive::N7z::CFolderOutStream2
536 …HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_… in CheckFinishedState()
546 _extractStatuses = extractStatuses; in Init()
562 _crcStreamSpec->SetStream((*_extractStatuses)[_currentIndex] ? _outStream : NULL); in OpenFile()
584 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
619 if (_currentIndex == _extractStatuses->Size()) in Write()