Searched refs:mReportFile (Results 1 – 1 of 1) sorted by relevance
56 private File mReportFile = null; field in SubprocessResultsReporter169 if (!mOutputTestlog || (mReportPort == null && mReportFile == null)) { in testLog()251 if (mReportFile != null) { in printEvent()252 if (mReportFile.canWrite()) { in printEvent()254 try (FileWriter fw = new FileWriter(mReportFile, true)) { in printEvent()265 mReportFile.getAbsolutePath())); in printEvent()284 if (mReportFile == null && mReportPort == null) { in printEvent()