Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp759 COutFileStream *outStreamSpec2 = NULL; in Compress() local
764 outStreamSpec2 = new COutFileStream; in Compress()
765 sfxOutStream = outStreamSpec2; in Compress()
767 if (!outStreamSpec2->Create(realPath, false)) in Compress()
779 if (outStreamSpec2) in Compress()
781 RINOK(outStreamSpec2->Close()); in Compress()