Home
last modified time | relevance | path

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

/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs64 pub fn to_string_group(&self) -> String { in to_string_group() method
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs566 .write_all(info.to_string_group().as_bytes()) in write_group_file()