Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dgc.rs33 pub struct Gc { struct
38 impl Gc { argument
Dglobals.rs19 use crate::gc::Gc;
166 static ref GC: Arc<Gc> = Arc::new(Gc::new_init_with(ASYNC_TASK.clone(), || {
Ddatabase.rs57 use crate::{gc::Gc, super_key::USER_SUPER_KEY};
738 gc: Option<Arc<Gc>>,
842 pub fn new(db_root: &Path, gc: Option<Arc<Gc>>) -> Result<Self> { in new()
3260 let gc = Gc::new_init_with(Default::default(), move || (Box::new(cb), gc_db, super_key)); in new_test_db_with_gc()