Home
last modified time | relevance | path

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

/DADK/dadk-config/src/boot/
H A Duboot.rs25 pub path_prefix: String, field
33 path_prefix: Self::DEFAULT_PATH_PREFIX.to_string(), in default()
76 assert_eq!(config.path_prefix, "bin/uboot/"); in test_default_uboot_config()
97 assert_eq!(config.path_prefix, "bin/uboot/"); in test_empty_toml_deserialization()
/DADK/dadk-config/src/boot/hypervisor/
H A Dqemu.rs25 path_prefix: Option<String>, field
41 if let Some(prefix) = &self.path_prefix { in path()
131 path_prefix: Some("/usr/bin/qemu-system-".to_string()), in test_qemu_config_path()
149 path_prefix: None, in test_qemu_config_path_default()
161 path_prefix: None, in test_apply_qemu_args()
177 path_prefix: None, in test_apply_qemu_args_invalid()
205 path_prefix: None, in test_apply_qemu_args_multi_value_keys()
226 path_prefix: None, in test_apply_qemu_args_multi_value_keys_invalid()
253 path_prefix: None, in test_qemu_config_args()
/DADK/dadk-config/templates/config/
H A Dboot.toml64 # `path_prefix` is `bin/uboot/`,