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 138 OPT_PARAM( shell_serial, "<device>", "specific character device for root shell" )
main.c 169 int shell_serial = 0; local
918 if (!opts->shell_serial) {
920 opts->shell_serial = "con:";
922 opts->shell_serial = "stdio";
930 args[n++] = opts->shell_serial;
931 shell_serial = serial++;
    [all...]

Completed in 328 milliseconds