Searched refs:ttydev (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dsetconsole.c42 char *ttydev = "/dev/tty0"; local
50 ttydev = optarg;
104 fd = open(ttydev, O_RDWR | O_SYNC);
106 fprintf(stderr, "cannot open %s\n", ttydev);
147 fd = open(ttydev, O_RDWR | O_SYNC);
149 fprintf(stderr, "cannot open %s\n", ttydev);

Completed in 69 milliseconds