Searched refs:cfg_table (Results 1 – 1 of 1) sorted by relevance
133 let cfg_table: Value = toml::from_str(&cfg_content).expect("Failed to parse kernel.config"); in include() localVariable135 if let Some(include) = cfg_table.get("module").unwrap().get("include") { in include()