Lines Matching refs:toml
9 use toml;
31 let mut manifest_toml: DadkManifestFile = toml::from_str(content)?;
94 "config/rootfs.toml".into()
100 "config/hypervisor.toml".into()
106 "config/boot.toml".into()
138 rootfs-config = "config/rootfs-x86_64.toml"
139 hypervisor-config = "config/hypervisor-x86_64.toml"
140 boot-config = "config/boot-x86_64.toml"
155 PathBuf::from("config/rootfs-x86_64.toml")
159 PathBuf::from("config/hypervisor-x86_64.toml")
163 PathBuf::from("config/boot-x86_64.toml")
174 let path = PathBuf::from("non_existent_file.toml");
253 PathBuf::from("config/rootfs.toml")
257 PathBuf::from("config/hypervisor.toml")
261 PathBuf::from("config/boot.toml")