Searched refs:mReportFile (Results 1 – 1 of 1) sorted by relevance
59 private File mReportFile = null; field in SubprocessResultsReporter185 if (!mOutputTestlog || (mReportPort == null && mReportFile == null)) { in testLog()260 if (mReportFile != null) { in printEvent()261 if (mReportFile.canWrite()) { in printEvent()263 try (FileWriter fw = new FileWriter(mReportFile, true)) { in printEvent()274 mReportFile.getAbsolutePath())); in printEvent()293 if (mReportFile == null && mReportPort == null) { in printEvent()