Home
last modified time | relevance | path

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

/external/crosvm/tempfile/src/
Dlib.rs253 let named_temp = NamedTempFile::new().unwrap(); in create_named_file() localVariable
254 let path = named_temp.path().to_owned(); in create_named_file()
258 let _f = named_temp.as_file(); in create_named_file()
262 drop(named_temp); in create_named_file()