Searched refs:ENV_FILE_PATH (Results 1 – 1 of 1) sorted by relevance
12 pub const ENV_FILE_PATH: &str = "/etc/profile"; constant21 let mut file = File::create(Self::ENV_FILE_PATH).unwrap(); in init_envfile()30 if !Path::new(Self::ENV_FILE_PATH).exists() { in read_env()34 let mut file = File::open(Self::ENV_FILE_PATH).unwrap(); in read_env()