Searched refs:fdErr (Results 1 – 2 of 2) sorted by relevance
98 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommand() local103 String err = new String(readStreamAndClose(fdErr)); in executeCommand()140 ParcelFileDescriptor fdErr = fds[ERR_DESCRIPTOR_INDEX]; in executeCommandForBytes() local145 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()