Searched defs:file (Results 1 – 2 of 2) sorted by relevance
21 let mut file = File::create(Self::ENV_FILE_PATH).unwrap(); in init_envfile() localVariable34 let mut file = File::open(Self::ENV_FILE_PATH).unwrap(); in read_env() localVariable
168 let mut file = OpenOptions::new() in write_commands() localVariable