Home
last modified time | relevance | path

Searched defs:fdOut (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java96 ParcelFileDescriptor fdOut = fds[OUT_DESCRIPTOR_INDEX]; in executeCommand() local
138 ParcelFileDescriptor fdOut = fds[OUT_DESCRIPTOR_INDEX]; in executeCommandForBytes() local
221 ParcelFileDescriptor fdOut = uiAutomation().executeShellCommand(command); in executeCommandPreS() local
246 ParcelFileDescriptor fdOut = uiAutomation().executeShellCommand(command); in executeCommandForBytesPreS() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java145 ParcelFileDescriptor fdOut = fds[0]; in runShellCommandOrThrow() local