Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp36 _tempFileCreated = false; in InitWriting()
45 if (!_tempFileCreated) in WriteToFile()
49 _tempFileCreated = true; in WriteToFile()
93 if (_tempFileCreated) in WriteToStream()
DInOutTempBuffer.h19 bool _tempFileCreated; variable