Lines Matching +defs:file +defs:path
44 path: PathBuf, field
45 file: Option<File>, field
84 let file = unsafe { File::from_raw_fd(fd) }; in new_with_prefix() localVariable
111 let file = OpenOptions::new() in new_with_prefix() localVariable
206 let path = t.as_path().to_owned(); in test_create_file_with_prefix() localVariable
232 let path = t.as_path().to_owned(); in test_create_file_new() localVariable
241 let path = t.as_path().to_owned(); in test_create_file_new_in() localVariable
250 let path = t.as_path().to_owned(); in test_create_file_new_in() localVariable
262 let path = t.as_path().to_owned(); in test_remove_file() localVariable
282 let path = t.as_path().to_owned(); in test_drop_file() localVariable
296 let path = temp_file.as_path().to_owned(); in test_into_file() localVariable
299 let mut file = temp_file.into_file(); in test_into_file() localVariable