Lines Matching refs:NamedTempFile
110 use tempfile::NamedTempFile;
115 let (mut input, input_path) = NamedTempFile::new()?.into_parts(); in test_successful_compile()
121 let output_path = NamedTempFile::new()?.into_temp_path(); in test_successful_compile()
147 let (mut input, input_path) = NamedTempFile::new()?.into_parts(); in test_x64_flags_compile()
151 let output_path = NamedTempFile::new()?.into_temp_path(); in test_x64_flags_compile()
184 let (mut input, input_path) = NamedTempFile::new()?.into_parts(); in test_aarch64_flags_compile()
188 let output_path = NamedTempFile::new()?.into_temp_path(); in test_aarch64_flags_compile()
213 let (mut input, input_path) = NamedTempFile::new()?.into_parts(); in test_unsupported_flags_compile()
217 let output_path = NamedTempFile::new()?.into_temp_path(); in test_unsupported_flags_compile()
240 let (mut input, input_path) = NamedTempFile::new()?.into_parts(); in test_x64_presets_compile()
244 let output_path = NamedTempFile::new()?.into_temp_path(); in test_x64_presets_compile()