Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dperboot.rs66 pub struct PerbootDB { struct
76 pub static ref PERBOOT_DB: Arc<PerbootDB> = Arc::new(PerbootDB::new()); argument
79 impl PerbootDB { implementation