Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java1053 ParcelFileDescriptor sink_read = null; in executeShellCommandRw() local
1061 sink_read = pipe_read[1]; in executeShellCommandRw()
1068 mUiAutomationConnection.executeShellCommand(command, sink_read, source_write); in executeShellCommandRw()
1074 IoUtils.closeQuietly(sink_read); in executeShellCommandRw()