Home
last modified time | relevance | path

Searched refs:non_exist_group (Results 1 – 1 of 1) sorted by relevance

/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs830 let mut non_exist_group = Vec::new(); in scan_group() localVariable
833 non_exist_group.push(group.clone()); in scan_group()
837 if non_exist_group.len() > 0 { in scan_group()
839 format!("group: {} doesn't exist", non_exist_group.join(",")), in scan_group()