Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java69 private File mReportFile = null; field in SubprocessResultsReporter
237 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()