Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs733 let user_entries = self in list_legacy_keystore_entries_for_user() localVariable
738 user_entries.into_iter().fold(HashMap::<u32, HashSet<String>>::new(), |mut acc, v| { in list_legacy_keystore_entries_for_user()
877 let user_entries = self in list_keystore_entries_for_user() localVariable
882 user_entries.into_iter().fold(HashMap::<u32, HashSet<String>>::new(), |mut acc, v| { in list_keystore_entries_for_user()
900 let user_entries = self in list_keystore_entries_for_uid() localVariable
906 let mut result: Vec<String> = user_entries in list_keystore_entries_for_uid()