Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp734 CMyComPtr<ISequentialOutStream> sfxOutStream; in Compress() local
737 sfxOutStream = outStream; in Compress()
741 sfxOutStream = outStreamSpec; in Compress()
751 RINOK(NCompress::CopyStream(sfxStream, sfxOutStream, NULL)); in Compress()