Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/database/
H A 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