Home
last modified time | relevance | path

Searched defs:temp_file (Results 1 – 8 of 8) sorted by relevance

/DADK/dadk-config/src/
H A Dmanifest.rs50 let mut temp_file = NamedTempFile::new()?; test_load_success() localVariable
76 let mut temp_file = NamedTempFile::new()?; test_load_invalid_toml() localVariable
95 let mut temp_file = NamedTempFile::new()?; test_load_invalid_arch_toml() localVariable
113 let mut temp_file = NamedTempFile::new()?; test_load_missing_required_fields() localVariable
[all...]
H A Dmanifest.rs189 temp_file.write_all(invalid_toml_content.as_bytes())?; in test_load_missing_required_fields() localVariable
208 let mut temp_file = NamedTempFile::new()?; in test_load_default_config_path_value() localVariable
109 let mut temp_file = NamedTempFile::new()?; test_full_load_success() localVariable
150 let mut temp_file = NamedTempFile::new()?; test_load_invalid_toml() localVariable
170 let mut temp_file = NamedTempFile::new()?; test_load_invalid_arch_toml() localVariable
[all...]
H A Dmanifest.rs189 temp_file.write_all(invalid_toml_content.as_bytes())?; in test_load_missing_required_fields() localVariable
208 let mut temp_file = NamedTempFile::new()?; in test_load_default_config_path_value() localVariable
109 let mut temp_file = NamedTempFile::new()?; test_full_load_success() localVariable
150 let mut temp_file = NamedTempFile::new()?; test_load_invalid_toml() localVariable
170 let mut temp_file = NamedTempFile::new()?; test_load_invalid_arch_toml() localVariable
[all...]
H A Dmanifest.rs120 let mut temp_file = NamedTempFile::new()?; test_full_load_success() localVariable
162 let mut temp_file = NamedTempFile::new()?; test_load_invalid_toml() localVariable
182 let mut temp_file = NamedTempFile::new()?; test_load_invalid_arch_toml() localVariable
201 let mut temp_file = NamedTempFile::new()?; test_load_missing_required_fields() localVariable
220 let mut temp_file = NamedTempFile::new()?; test_load_default_config_path_value() localVariable
[all...]
H A Dmanifest.rs146 let mut temp_file = NamedTempFile::new()?; in test_full_load_success() localVariable
188 let mut temp_file = NamedTempFile::new()?; in test_load_invalid_toml() localVariable
208 let mut temp_file = NamedTempFile::new()?; in test_load_invalid_arch_toml() localVariable
227 let mut temp_file = NamedTempFile::new()?; in test_load_missing_required_fields() localVariable
246 let mut temp_file = NamedTempFile::new()?; in test_load_default_config_path_value() localVariable
/DADK/dadk-config/src/rootfs/
H A Dmod.rs54 let mut temp_file = NamedTempFile::new().expect("Failed to create temp file"); test_load_from_valid_file() localVariable
122 let temp_file = NamedTempFile::new().expect("Failed to create temp file"); test_load_from_invalid_file() localVariable
H A Dmod.rs61 let mut temp_file = NamedTempFile::new().expect("Failed to create temp file"); in test_load_from_valid_file() localVariable
129 let temp_file = NamedTempFile::new().expect("Failed to create temp file"); in test_load_from_invalid_file() localVariable
/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs368 let temp_file = NamedTempFile::new()?; in test_create_raw_img_functional() localVariable
401 let temp_file = NamedTempFile::new().expect("Failed to create temp file"); in test_format_fat32() localVariable
430 let temp_file = NamedTempFile::new()?; in test_create_mbr_partitioned_image() localVariable