Lines Matching refs:tempfile
167 use tempfile::tempfile;
176 let file = tempfile().unwrap(); in test_ioctl_none_bad()
184 let file = tempfile().unwrap(); in test_ioctl_read_bad()
193 let file = tempfile().unwrap(); in test_ioctl_write_int_bad()
201 let file = tempfile().unwrap(); in test_ioctl_write_ptr_bad()
213 let file = tempfile().unwrap(); in test_ioctl_none()
231 let file = tempfile().unwrap(); in test_ioctl_write_ptr()
243 let file = tempfile().unwrap(); in test_ioctl_write_int()
252 let file = tempfile().unwrap(); in test_ioctl_read()
262 let file = tempfile().unwrap(); in test_ioctl_readwrite()
288 let file = tempfile().unwrap(); in test_ioctl_write_buf()
302 use tempfile::tempfile;
317 let file = tempfile().unwrap(); in test_ioctl_none()
325 let file = tempfile().unwrap(); in test_ioctl_read()
334 let file = tempfile().unwrap(); in test_ioctl_write_ptr()