Searched refs:mReportFile (Results 1 – 1 of 1) sorted by relevance
69 private File mReportFile = null; field in SubprocessResultsReporter237 if (!mOutputTestlog || (mReportPort == null && mReportFile == null)) { in testLog()322 if (mReportFile != null) { in printEvent()323 if (mReportFile.canWrite()) { in printEvent()325 try (FileWriter fw = new FileWriter(mReportFile, true)) { in printEvent()336 mReportFile.getAbsolutePath())); in printEvent()360 if (mReportFile == null && mReportPort == null) { in printEvent()