Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp856 COutFileStream *outStreamSpec2 = NULL; in Compress() local
861 outStreamSpec2 = new COutFileStream; in Compress()
862 sfxOutStream = outStreamSpec2; in Compress()
864 if (!outStreamSpec2->Create(realPath, false)) in Compress()
876 if (outStreamSpec2) in Compress()
878 RINOK(outStreamSpec2->Close()); in Compress()