Searched refs:UAddInfo (Results 1 – 3 of 3) sorted by relevance
/DragonOS/user/apps/user-manage/src/check/ |
H A D | info.rs | 3 pub struct UAddInfo { struct 18 impl From<UAddInfo> for String { argument 19 fn from(info: UAddInfo) -> Self { in from()
|
H A D | check.rs | 1 use super::info::{GAddInfo, GDelInfo, GModInfo, PasswdInfo, UAddInfo, UDelInfo, UModInfo}; 24 pub fn check(cmd: UserCommand) -> UAddInfo { in check() argument 25 let mut info = UAddInfo::default(); in check() 98 fn check_group_gid(info: &mut UAddInfo) { in check_group_gid() argument
|
/DragonOS/user/apps/user-manage/src/executor/ |
H A D | executor.rs | 2 check::info::{GAddInfo, GDelInfo, GModInfo, PasswdInfo, UAddInfo, UDelInfo, UModInfo}, 69 pub fn execute(info: UAddInfo) { in execute() argument 87 fn write_passwd_file(info: &UAddInfo) { in write_passwd_file() argument 98 fn write_group_file(info: &UAddInfo) { in write_group_file() argument 129 fn write_shadow_file(info: &UAddInfo) { in write_shadow_file() argument 140 fn write_gshadow_file(info: &UAddInfo) { in write_gshadow_file() argument
|