Lines Matching defs:tmpfile
16 let mut tmpfile = NamedTempFile::new().unwrap(); in test_basic() localVariable
26 let tmpfile = NamedTempFile::new().unwrap(); in test_deleted() localVariable
35 let mut tmpfile = NamedTempFile::new().unwrap(); in test_persist() localVariable
64 let mut tmpfile = NamedTempFile::new().unwrap(); in test_persist_noclobber() localVariable
88 let tmpfile = Builder::new() in test_customnamed() localVariable
102 let mut tmpfile = Builder::new().append(true).tempfile().unwrap(); in test_append() localVariable
144 let tmpfile = NamedTempFile::new().unwrap(); in test_immut() localVariable
154 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath() localVariable
163 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath_persist() localVariable
191 let mut tmpfile = NamedTempFile::new().unwrap(); in test_temppath_persist_noclobber() localVariable
273 let tmpfile = NamedTempFile::new_in(".").unwrap(); in test_change_dir() localVariable
303 let mut tmpfile = NamedTempFile::new().unwrap(); in test_keep() localVariable