Home
last modified time | relevance | path

Searched defs:PerbootDB (Results 1 – 1 of 1) 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 { implementation