Searched refs:mOutputMonitorStderrFile (Results 1 – 1 of 1) sorted by relevance
842 private File mOutputMonitorStderrFile; field in RunUtil.RunnableResult942 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()