Home
last modified time | relevance | path

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

/DragonOS/kernel/src/init/
H A Dboot.rs49 core::str::from_utf8(&self.boot_cmdline()[..self.boot_cmdline_len()]).unwrap() in boot_cmdline_str()
57 pub fn boot_cmdline_len(&self) -> usize { in boot_cmdline_len() method