Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java561 OutputStream sink_out = new FileOutputStream(sink.getFileDescriptor()); in executeShellCommandWithStderr() local
563 readFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()
585 OutputStream sink_out = new FileOutputStream(stderrSink.getFileDescriptor()); in executeShellCommandWithStderr() local
587 readStderrFromProcess = new Thread(new Repeater(sink_in, sink_out)); in executeShellCommandWithStderr()