OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needs_console
(Results
1 - 1
of
1
) sorted by null
/system/core/init/
init.c
150
int
needs_console
;
local
169
needs_console
= (svc->flags & SVC_CONSOLE) ? 1 : 0;
170
if (
needs_console
&& (!have_console)) {
226
if (
needs_console
) {
Completed in 192 milliseconds