Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java842 private File mOutputMonitorStderrFile; field in RunUtil.RunnableResult
942 mOutputMonitorStderrFile = stderrFile; in run()
1091 && (mOutputMonitorStderrFile == null in checkOutputMonitor()
1092 || !mOutputMonitorStderrFile.exists())) { in checkOutputMonitor()
1134 if (mOutputMonitorStderrFile != null && mOutputMonitorStderrFile.exists()) { in getMonitoredStderrSize()
1135 return mOutputMonitorStderrFile.length(); in getMonitoredStderrSize()