Searched defs:home (Results 1 – 4 of 4) sorted by relevance
215 fn home(username: &String) -> String { in home() method216 let mut home = String::new(); in home() localVariable
31 pub home: Option<String>, field
449 home: bool, field
71 let home = info.home_dir.clone(); in execute() localVariable