Home
last modified time | relevance | path

Searched refs:UPGRADERS (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]; constant
850 versioning::upgrade_database(tx, Self::CURRENT_DB_VERSION, Self::UPGRADERS) in new()