Lines Matching defs:tmp
556 let mut tmp = tempfile().unwrap();
557 tmp.write_all(CONTENTS).unwrap();
558 let tmpfd = tmp.into_raw_fd();
574 let mut tmp = tempfile().unwrap();
575 tmp.write_all(CONTENTS).unwrap();
576 let tmpfd = tmp.into_raw_fd();
765 let mut tmp = File::create(&path).unwrap();
767 tmp.write_all(CONTENTS).unwrap();
782 let mut tmp = File::create(&path).unwrap();
784 tmp.write_all(CONTENTS).unwrap();
785 tmp.into_raw_fd()
1205 let file = tempfile::NamedTempFile::new_in("/var/tmp").unwrap();