Searched refs:m_currentLogOutput (Results 1 – 2 of 2) sorted by relevance
100 } else if ((access(m_currentLogFileName.c_str(), F_OK) != 0) || !m_currentLogOutput.is_open()) { in Input()103 m_currentLogOutput.write(buf, length); in Input()104 m_currentLogOutput.flush(); in Input()151 if (m_currentLogOutput.is_open()) { in CreateLogFile()152 m_currentLogOutput.close(); in CreateLogFile()154 m_currentLogOutput.open(newFile.str(), std::ios::out | std::ios::trunc); in CreateLogFile()167 m_currentLogOutput.close(); in FinishInput()173 m_currentLogOutput.close(); in SetFileIndex()
71 std::fstream m_currentLogOutput; variable