Searched refs:split_args (Results 1 – 1 of 1) sorted by relevance
262 for argument in self.split_args(boot_params.boot_cmdline_str()) { in early_init()308 for argument in self.split_args(boot_params.boot_cmdline_str()) { in init()469 fn split_args<'a>(&self, cmdline: &'a str) -> impl Iterator<Item = &'a str> { in split_args() method