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
75 pub static PERBOOT_DB: LazyLock<Arc<PerbootDB>> = LazyLock::new(|| Arc::new(PerbootDB::new())); argument
77 impl PerbootDB { implementation