Home
last modified time | relevance | path

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

/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs44 pub new_shell: Option<String>, field
H A Dcheck.rs255 if let Some(shell) = &info.new_shell { in check()
331 info.new_shell = Some(arg.clone()); in parse_options()
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs349 if let Some(new_shell) = &info.new_shell { in update_passwd_file()
350 fields[6] = new_shell; in update_passwd_file()