OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shell_serial
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
cmdline-options.h
133
OPT_PARAM(
shell_serial
, "<device>", "specific character device for root shell" )
main.c
229
int
shell_serial
= 0;
local
927
if (!opts->
shell_serial
) {
929
opts->
shell_serial
= "con:";
931
opts->
shell_serial
= "stdio";
939
args[n++] = opts->
shell_serial
;
940
shell_serial
= serial++;
1049
p = bufprint(p, end, " androidboot.console=ttyS%d",
shell_serial
);
[
all
...]
Completed in 32 milliseconds