HomeSort by relevance Sort by last modified time
    Searched refs:shell_serial (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
cmdline-options.h 135 OPT_PARAM( shell_serial, "<device>", "specific character device for root shell" )
main.c 170 int shell_serial = 0; local
890 if (!opts->shell_serial) {
892 opts->shell_serial = "con:";
894 opts->shell_serial = "stdio";
902 args[n++] = opts->shell_serial;
903 shell_serial = serial++;
1012 p = bufprint(p, end, " androidboot.console=ttyS%d", shell_serial );
    [all...]

Completed in 72 milliseconds