Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs832 const UPGRADERS: &'static [fn(&Transaction) -> Result<u32>] = &[Self::from_0_to_1];
859 fn from_0_to_1(tx: &Transaction) -> Result<u32> { in from_0_to_1() method
4557 KeystoreDB::from_0_to_1(tx).no_gc() in test_upgrade_0_to_1()