Searched refs:newStderr (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 196 PrintStream newStderr = null; in runOnce() local 199 newStderr = new PrintStream( in runOnce() 234 logAndPrintError(newStderr, "Exception creating pipe", ex); in runOnce() 236 logAndPrintError(newStderr, "Exception creating pipe", ex); in runOnce() 238 logAndPrintError(newStderr, "Invalid zygote arguments", ex); in runOnce() 240 logAndPrintError(newStderr, in runOnce() 249 handleChildProc(parsedArgs, descriptors, childPipeFd, newStderr); in runOnce() 795 FileDescriptor[] descriptors, FileDescriptor pipeFd, PrintStream newStderr) in handleChildProc() argument 824 newStderr = System.err; in handleChildProc() 848 logAndPrintError(newStderr, in handleChildProc() [all …]
|