Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs763 fn do_gc(self, need_gc: bool) -> Result<(bool, T)>; in do_gc()
767 fn need_gc(self) -> Result<(bool, T)>; in need_gc() method
771 fn do_gc(self, need_gc: bool) -> Result<(bool, T)> { in do_gc()
772 self.map(|r| (need_gc, r)) in do_gc()
779 fn need_gc(self) -> Result<(bool, T)> { in need_gc() method
1282 .need_gc() in cleanup_leftovers()
1439 .map(|(need_gc, result)| { in with_transaction_timeout()
1440 if need_gc { in with_transaction_timeout()
1508 Self::set_blob_internal(tx, key_id.0, sc_type, blob, blob_metadata).need_gc() in set_blob()
1528 .need_gc() in set_deleted_blob()
[all …]
Dlegacy_importer.rs789 let (need_gc, is_super_encrypted) = km_blob_params in bulk_delete()
809 if need_gc { in bulk_delete()