Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dperboot.rs68 pub struct PerbootDB { struct
81 pub static ref PERBOOT_DB: Arc<PerbootDB> = Arc::new(PerbootDB::new()); argument
84 impl PerbootDB { impl
/system/security/keystore2/src/
Ddatabase.rs739 perboot: Arc<perboot::PerbootDB>,
3246 let mut db = KeystoreDB { conn, gc: None, perboot: Arc::new(perboot::PerbootDB::new()) }; in new_test_db()