Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs1146 Self::cleanup_unreferenced(tx).context("Trying to cleanup unreferenced.")?; in handle_next_superseded_blobs()
2834 fn cleanup_unreferenced(tx: &Transaction) -> Result<()> { in cleanup_unreferenced() method