Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java46 private static final int OUT_DESCRIPTOR_INDEX = 0; field in ShellCommandUtils
93 ParcelFileDescriptor fdOut = fds[OUT_DESCRIPTOR_INDEX]; in executeCommand()
131 ParcelFileDescriptor fdOut = fds[OUT_DESCRIPTOR_INDEX]; in executeCommandForBytes()
215 ParcelFileDescriptor fdOut = fds[OUT_DESCRIPTOR_INDEX]; in executeCommandPreS()
247 ParcelFileDescriptor fdOut = fds[OUT_DESCRIPTOR_INDEX]; in executeCommandForBytesPreS()