Home
last modified time | relevance | path

Searched refs:tmpfile_with_contents (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/cros_async/src/
Dio_source.rs204 fn tmpfile_with_contents(bytes: &[u8]) -> File { in tmpfile_with_contents() function
224 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()