Searched refs:stdinFileDescriptor (Results 1 – 1 of 1) sorted by relevance
68 val stdinFileDescriptor = fileDescriptors[1] in executeShellCommand() constant70 ParcelFileDescriptor.AutoCloseOutputStream(stdinFileDescriptor).use { it.write(stdin) } in executeShellCommand()