Home
last modified time | relevance | path

Searched defs:want_console (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dfirst_stage_init.cpp166 bool LoadKernelModules(bool recovery, bool want_console, bool want_parallel, int& modules_loaded) { in LoadKernelModules()
325 auto want_console = ALLOW_FIRST_STAGE_CONSOLE ? FirstStageConsole(cmdline, bootconfig) : 0; in FirstStageMain() local