Home
last modified time | relevance | path

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

/DragonOS/kernel/src/init/
H A Dinitial_kthread.rs85 if let Some(path) = kenrel_cmdline_param_manager().init_proc_path() { in switch_to_user()
H A Dcmdline.rs246 pub(super) fn init_proc_path(&self) -> Option<CString> { in init_proc_path() method