OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:console_name
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
openvt.c
44
char arg, *
console_name
[] = {"/dev/tty", "/dev/tty0", "/dev/console"};
local
47
for (i = 0; i < ARRAY_LEN(
console_name
); i++) {
48
fd = open(
console_name
[i], O_RDWR);
/system/core/init/
init.cpp
78
static char
console_name
[PROP_VALUE_MAX] = "/dev/console";
variable
162
if ((fd = open(
console_name
, O_RDWR)) < 0) {
730
snprintf(
console_name
, sizeof(
console_name
), "/dev/%s", console);
733
int fd = open(
console_name
, O_RDWR | O_CLOEXEC);
[
all
...]
Completed in 187 milliseconds