Home
last modified time | relevance | path

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

/AOO41X/main/xmlsecurity/tools/uno/
H A DTestTool.java181 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()
[all …]