Searched defs:_file (Results 1 – 2 of 2) sorted by relevance
46 let mut _file = OpenOptions::new().read(true).open(path); in open() localVariable85 let mut _file = File::open(path); in buffer_read() localVariable
279 const _file = path.resolve(file); constant