Searched defs:UModInfo (Results 1 – 3 of 3) sorted by relevance
/DragonOS/user/apps/user-manage/src/check/ |
H A D | info.rs | 36 pub struct UModInfo { struct 37 pub username: String, 38 pub groups: Option<Vec<String>>, 39 pub new_comment: Option<String>, 40 pub new_home: Option<String>, 41 pub new_gid: Option<String>, 42 pub new_group: Option<String>, 43 pub new_name: Option<String>, 44 pub new_shell: Option<String>, 45 pub new_uid: Option<String>,
|
H A D | check.rs | 250 pub fn check(cmd: UserCommand) -> UModInfo { in check() 311 fn parse_options(options: &HashMap<CmdOption, String>) -> UModInfo { in parse_options()
|
/DragonOS/user/apps/user-manage/src/executor/ |
H A D | executor.rs | 308 pub fn execute(mut info: UModInfo) { in execute() 327 fn update_passwd_file(info: &UModInfo) { in update_passwd_file() 365 fn update_group_file(info: &mut UModInfo) { in update_group_file() 412 fn update_shadow_file(info: &UModInfo) { in update_shadow_file() 435 fn update_gshadow_file(info: &UModInfo) { in update_gshadow_file()
|