Home
last modified time | relevance | path

Searched refs:ENV_FILE_PATH (Results 1 – 1 of 1) sorted by relevance

/NovaShell/src/
H A Denv.rs12 pub const ENV_FILE_PATH: &str = "/etc/profile"; constant
21 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()