Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp855 CMyComPtr<ISequentialOutStream> sfxOutStream; in Compress() local
858 sfxOutStream = outStream; in Compress()
862 sfxOutStream = outStreamSpec2; in Compress()
874 RINOK(NCompress::CopyStream(sfxStream, sfxOutStream, NULL)); in Compress()