Lines Matching refs:m_logFileOutputStream
181 private FileOutputStream m_logFileOutputStream = null; field in TestTool
893 m_logFileOutputStream = new FileOutputStream("TestTool-log.txt"); in runBatch()
913 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
916 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
920 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
922 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
926 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
928 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
932 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
960 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
964 m_logFileOutputStream.write(("start \""+command+"\" ...\n").getBytes()); in runBatch()
967 m_logFileOutputStream.write("command end \n\n".getBytes()); in runBatch()
975 m_logFileOutputStream.close(); in runBatch()
976 m_logFileOutputStream = null; in runBatch()
1133 m_logFileOutputStream.write(" ".getBytes()); in showMessage()
1137 m_logFileOutputStream.write(b[i]); in showMessage()
1140 m_logFileOutputStream.write(" ".getBytes()); in showMessage()
1143 m_logFileOutputStream.write("\n ==============================\n".getBytes()); in showMessage()