Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java113 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForStream() local
116 fdErr.close(); in executeCommandForStream()
139 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommand() local
144 String err = new String(readStreamAndClose(fdErr)); in executeCommand()
177 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForBytes() local
182 String err = new String(readStreamAndClose(fdErr)); in executeCommandForBytes()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java147 ParcelFileDescriptor fdErr = fds[2]; in runShellCommandOrThrow() local
163 try (FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(fdErr)) { in runShellCommandOrThrow()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java181 final var fdErr = fds[ERR_DESCRIPTOR_INDEX]; in runShellCommandWithStdIn() local
198 try (var fis = new AutoCloseInputStream(fdErr)) { in runShellCommandWithStdIn()