Home
last modified time | relevance | path

Searched defs:PasswdInfo (Results 1 – 3 of 3) sorted by relevance

/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs50 pub struct PasswdInfo { struct
51 pub username: String,
52 pub new_password: String,
H A Dcheck.rs358 pub fn check(cmd: PasswdCommand) -> PasswdInfo { in check()
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs499 pub fn execute(info: PasswdInfo) { in execute()
505 fn update_passwd_file(info: &PasswdInfo) { in update_passwd_file()
528 fn update_shadow_file(info: &PasswdInfo) { in update_shadow_file()