Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs44 mod perboot; module
739 perboot: Arc<perboot::PerbootDB>, field
848 let mut db = Self { conn, gc, perboot: perboot::PERBOOT_DB.clone() }; in new()
1108 size: (self.perboot.auth_tokens_len() * std::mem::size_of::<AuthTokenEntry>()) in get_storage_stat()
3158 self.perboot.insert_auth_token_entry(AuthTokenEntry::new( in insert_auth_token()
3169 self.perboot.find_auth_token_entry(p).map(|entry| (entry, self.get_last_off_body())) in find_auth_token_entry()
3174 self.perboot.set_last_off_body(last_off_body) in insert_last_off_body()
3179 self.perboot.set_last_off_body(last_off_body) in update_last_off_body()
3184 self.perboot.get_last_off_body() in get_last_off_body()
3246 let mut db = KeystoreDB { conn, gc: None, perboot: Arc::new(perboot::PerbootDB::new()) }; in new_test_db()
[all …]