Home
last modified time | relevance | path

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

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