Home
last modified time | relevance | path

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

/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs72 pub fn to_string_gshadow(&self) -> String { in to_string_gshadow() method
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs576 .write_all(info.to_string_gshadow().as_bytes()) in write_gshadow_file()