Home
last modified time | relevance | path

Searched defs:fields (Results 1 – 1 of 1) sorted by relevance

/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs332 let mut fields = line.split(':').collect::<Vec<&str>>(); in update_passwd_file() localVariable
374 let mut fields = line.split(':').collect::<Vec<&str>>(); in update_group_file() localVariable
418 let mut fields = line.split(':').collect::<Vec<&str>>(); in update_shadow_file() localVariable
444 let mut fields = line.split(':').collect::<Vec<&str>>(); in update_gshadow_file() localVariable