Searched defs:temp_file (Results 1 – 8 of 8) sorted by relevance
50 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...]
189 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...]
120 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...]
146 let mut temp_file = NamedTempFile::new()?; in test_full_load_success() localVariable188 let mut temp_file = NamedTempFile::new()?; in test_load_invalid_toml() localVariable208 let mut temp_file = NamedTempFile::new()?; in test_load_invalid_arch_toml() localVariable227 let mut temp_file = NamedTempFile::new()?; in test_load_missing_required_fields() localVariable246 let mut temp_file = NamedTempFile::new()?; in test_load_default_config_path_value() localVariable
54 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
61 let mut temp_file = NamedTempFile::new().expect("Failed to create temp file"); in test_load_from_valid_file() localVariable129 let temp_file = NamedTempFile::new().expect("Failed to create temp file"); in test_load_from_invalid_file() localVariable
368 let temp_file = NamedTempFile::new()?; in test_create_raw_img_functional() localVariable401 let temp_file = NamedTempFile::new().expect("Failed to create temp file"); in test_format_fat32() localVariable430 let temp_file = NamedTempFile::new()?; in test_create_mbr_partitioned_image() localVariable