Lines Matching refs:tempfile
22 use tempfile::tempfile;
79 let mut f = tempfile().unwrap(); in error()
95 let mut f = tempfile().unwrap(); in ok()
143 let mut f = tempfile().unwrap(); in cancel()
166 let mut f = tempfile().unwrap(); in error()
186 let mut f = tempfile().unwrap(); in ok()
213 let mut f = tempfile().unwrap(); in on_stack()
272 let mut f = tempfile().unwrap(); in ok()
330 let f = tempfile().unwrap(); in cancel()
359 let mut f = tempfile().unwrap(); in ok()
389 let mut f = tempfile().unwrap(); in on_stack()
475 let mut f = tempfile().unwrap(); in ok()
522 let mut f = tempfile().unwrap(); in sigev_signal()
552 let f = tempfile().unwrap(); in test_aio_cancel_all()
584 let mut f = tempfile().unwrap(); in test_aio_suspend()