Lines Matching refs:tempfile
13 use tempfile::tempfile;
54 let f = tempfile().unwrap(); in test_cancel()
79 let f = tempfile().unwrap(); in test_aio_cancel_all()
102 let mut f = tempfile().unwrap(); in test_fsync()
125 let mut f = tempfile().unwrap(); in test_fsync_error()
149 let mut f = tempfile().unwrap(); in test_aio_suspend()
195 let mut f = tempfile().unwrap(); in test_read()
223 let mut f = tempfile().unwrap(); in test_read_error()
241 let mut f = tempfile().unwrap(); in test_read_into_mut_slice()
267 let mut f = tempfile().unwrap(); in test_read_into_pointer()
297 let f = tempfile().unwrap(); in test_read_immutable_buffer()
318 let mut f = tempfile().unwrap(); in test_write()
348 let mut f = tempfile().unwrap(); in test_write_bytes()
375 let mut f = tempfile().unwrap(); in test_read_bytes_mut_small()
402 let mut f = tempfile().unwrap(); in test_write_from_pointer()
468 let mut f = tempfile().unwrap(); in test_write_sigev_signal()
503 let mut f = tempfile().unwrap(); in test_liocb_listio_wait()
550 let mut f = tempfile().unwrap(); in test_liocb_listio_nowait()
601 let mut f = tempfile().unwrap(); in test_liocb_listio_signal()
654 let f = tempfile().unwrap(); in test_liocb_listio_read_immutable()