Searched refs:mErrPrintWriter (Results 1 – 1 of 1) sorted by relevance
54 private FastPrintWriter mErrPrintWriter; field in ShellCommand72 mErrPrintWriter = null; in init()115 if (mErrPrintWriter != null) { in exec()116 mErrPrintWriter.flush(); in exec()162 if (mErrPrintWriter == null) { in getErrPrintWriter()163 mErrPrintWriter = new FastPrintWriter(getRawErrorStream()); in getErrPrintWriter()165 return mErrPrintWriter; in getErrPrintWriter()