Searched refs:tmpfile_with_contents (Results 1 – 1 of 1) sorted by relevance
204 fn tmpfile_with_contents(bytes: &[u8]) -> File { in tmpfile_with_contents() function224 let f = tmpfile_with_contents("data".as_bytes()); in readvec()242 let mut f = tmpfile_with_contents(&[]); in writevec()276 let f = tmpfile_with_contents("data".as_bytes()); in readmem()302 let mut f = tmpfile_with_contents(&[]); in writemem()