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