Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/legacykeystore/
H A Dlib.rs255 recently_imported: HashSet<(u32, String)>, field
397 shelf.put(AsyncState { legacy_loader, db_path, recently_imported: Default::default() }); in init_shelf()
426 if state.recently_imported.contains(&(uid, alias.clone())) { in get_legacy()
434 state.recently_imported.insert((uid, alias)); in get_legacy()