Home
last modified time | relevance | path

Searched refs:have_console (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dinit.h29 extern int have_console;
Dinit.cpp78 int have_console; variable
363 have_console = 1; in console_init_action()
Dservice.cpp332 if (needs_console && !have_console) { in Start()