Searched refs:fdErr (Results 1 – 3 of 3) sorted by relevance
113 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForStream() local116 fdErr.close(); in executeCommandForStream()139 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommand() local144 String err = new String(readStreamAndClose(fdErr)); in executeCommand()177 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForBytes() local182 String err = new String(readStreamAndClose(fdErr)); in executeCommandForBytes()
147 ParcelFileDescriptor fdErr = fds[2]; in runShellCommandOrThrow() local163 try (FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(fdErr)) { in runShellCommandOrThrow()
181 final var fdErr = fds[ERR_DESCRIPTOR_INDEX]; in runShellCommandWithStdIn() local198 try (var fis = new AutoCloseInputStream(fdErr)) { in runShellCommandWithStdIn()