Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_init.cpp213 bool LoadKernelModules(BootMode boot_mode, bool want_console, bool want_parallel, in LoadKernelModules() argument
272 bool retval = m.LoadListedModules(!want_console); in LoadKernelModules()
282 : m.LoadListedModules(!want_console); in LoadKernelModules()
422 auto want_console = ALLOW_FIRST_STAGE_CONSOLE ? FirstStageConsole(cmdline, bootconfig) : 0; in FirstStageMain() local
429 if (!LoadKernelModules(boot_mode, want_console, in FirstStageMain()
431 if (want_console != FirstStageConsoleParam::DISABLED) { in FirstStageMain()
448 if (want_console == FirstStageConsoleParam::CONSOLE_ON_FAILURE) { in FirstStageMain()