Home
last modified time | relevance | path

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

/DADK/dadk-config/src/boot/
H A Dgrub.rs7 pub struct GrubConfig { struct
53 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_all_architectures()
67 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_default_timeout()
79 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_custom_timeout()
88 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_no_architectures()
H A Dmod.rs5 use grub::GrubConfig;
24 pub grub: Option<GrubConfig>,