Searched refs:mErrPrintWriter (Results 1 – 1 of 1) sorted by relevance
55 private FastPrintWriter mErrPrintWriter; field in ShellCommand74 mErrPrintWriter = null; in init()117 if (mErrPrintWriter != null) { in exec()118 mErrPrintWriter.flush(); in exec()164 if (mErrPrintWriter == null) { in getErrPrintWriter()165 mErrPrintWriter = new FastPrintWriter(getRawErrorStream()); in getErrPrintWriter()167 return mErrPrintWriter; in getErrPrintWriter()