Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_init.cpp185 std::string GetModuleLoadList(BootMode boot_mode, const std::string& dir_path) { in GetModuleLoadList() argument
188 switch (boot_mode) { in GetModuleLoadList()
213 bool LoadKernelModules(BootMode boot_mode, bool want_console, bool want_parallel, in LoadKernelModules() argument
271 Modprobe m({dir_path}, GetModuleLoadList(boot_mode, dir_path)); in LoadKernelModules()
280 Modprobe m({MODULE_BASE_DIR}, GetModuleLoadList(boot_mode, MODULE_BASE_DIR)); in LoadKernelModules()
428 BootMode boot_mode = GetBootMode(cmdline, bootconfig); in FirstStageMain() local
429 if (!LoadKernelModules(boot_mode, want_console, in FirstStageMain()