Searched defs:shell_serial (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dmain.c170 int shell_serial = 0; local
871 if (!opts->shell_serial) {
873 opts->shell_serial = "con:";
875 opts->shell_serial = "stdio";
883 args[n++] = opts->shell_serial;
884 shell_serial = serial++;
993 p = bufprint(p, end, " androidboot.console=ttyS%d", shell_serial );

Completed in 57 milliseconds