Home
last modified time | relevance | path

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

/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs88 let userinfo: String = info.clone().into(); in write_passwd_file() localVariable
93 .write_all(userinfo.as_bytes()) in write_passwd_file()