Lines Matching refs:tempfile
29 use tempfile::{self, NamedTempFile};
63 let old_dir = tempfile::tempdir().unwrap(); in test_renameat()
68 let new_dir = tempfile::tempdir().unwrap(); in test_renameat()
93 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags()
98 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags()
137 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_exchange()
145 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_exchange()
185 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_noreplace()
190 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_noreplace()
215 let tempdir = tempfile::tempdir().unwrap(); in test_readlink()
240 use tempfile::tempfile;
242 use tempfile::NamedTempFile;
258 let mut tmp1 = tempfile().unwrap(); in test_copy_file_range()
259 let mut tmp2 = tempfile().unwrap(); in test_copy_file_range()
285 let mut tmp = tempfile().unwrap(); in test_splice()
489 use tempfile::NamedTempFile;
530 use tempfile::NamedTempFile;