Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs896 let user_entries = self.list_user(user_id).context(ks_err!("Trying to list user."))?; in list_legacy_keystore_entries_for_user() localVariable
899 user_entries.into_iter().fold(HashMap::<u32, HashSet<String>>::new(), |mut acc, v| { in list_legacy_keystore_entries_for_user()
1036 let user_entries = self.list_user(user_id).context(ks_err!("Trying to list user."))?; in list_keystore_entries_for_user() localVariable
1039 user_entries.into_iter().fold(HashMap::<u32, HashSet<String>>::new(), |mut acc, v| { in list_keystore_entries_for_user()
1057 let user_entries = self.list_user(user_id).context(ks_err!("Trying to list user."))?; in list_keystore_entries_for_uid() localVariable
1061 let mut result: Vec<String> = user_entries in list_keystore_entries_for_uid()