Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp48 if (_tempFile.Create(tempDirPath, kTempFilePrefixString, _tempFileName) == 0) in WriteToFile()
50 if (!_outFile.Create(_tempFileName, true)) in WriteToFile()
94 if (!inFile.Open(_tempFileName)) in WriteToStream()
DInOutTempBuffer.h18 CSysString _tempFileName; variable