Searched refs:named_temp (Results 1 – 1 of 1) sorted by relevance
253 let named_temp = NamedTempFile::new().unwrap(); in create_named_file() localVariable254 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()