Home
last modified time | relevance | path

Searched defs:home (Results 1 – 4 of 4) sorted by relevance

/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs215 fn home(username: &String) -> String { in home() method
216 let mut home = String::new(); in home() localVariable
H A Dinfo.rs31 pub home: Option<String>, field
/DragonOS/kernel/src/libs/
H A Dkeyboard_parser.rs449 home: bool, field
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs71 let home = info.home_dir.clone(); in execute() localVariable