Searched refs:GAddInfo (Results 1 – 3 of 3) sorted by relevance
/DragonOS/user/apps/user-manage/src/check/ |
H A D | info.rs | 57 pub struct GAddInfo { struct 63 impl GAddInfo { argument
|
H A D | check.rs | 1 use super::info::{GAddInfo, GDelInfo, GModInfo, PasswdInfo, UAddInfo, UDelInfo, UModInfo}; 515 pub fn check(cmd: GroupCommand) -> GAddInfo { in check() argument 516 let mut info = GAddInfo { in check()
|
/DragonOS/user/apps/user-manage/src/executor/ |
H A D | executor.rs | 2 check::info::{GAddInfo, GDelInfo, GModInfo, PasswdInfo, UAddInfo, UDelInfo, UModInfo}, 555 pub fn execute(info: GAddInfo) { in execute() argument 561 fn write_group_file(info: &GAddInfo) { in write_group_file() argument 571 fn write_gshadow_file(info: &GAddInfo) { in write_gshadow_file() argument
|