Home
last modified time | relevance | path

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

/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs3 pub struct UAddInfo { struct
18 impl From<UAddInfo> for String { argument
H A Dcheck.rs24 pub fn check(cmd: UserCommand) -> UAddInfo { in check()
98 fn check_group_gid(info: &mut UAddInfo) { in check_group_gid()
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs69 pub fn execute(info: UAddInfo) { in execute()
87 fn write_passwd_file(info: &UAddInfo) { in write_passwd_file()
98 fn write_group_file(info: &UAddInfo) { in write_group_file()
129 fn write_shadow_file(info: &UAddInfo) { in write_shadow_file()
140 fn write_gshadow_file(info: &UAddInfo) { in write_gshadow_file()