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.java59 private File mReportFile = null; field in SubprocessResultsReporter
185 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()