Home
last modified time | relevance | path

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

/system/security/keystore2/src/database/
Dversioning.rs64 pub fn update_version(tx: &Transaction, new_version: u32) -> Result<()> { in update_version() function
89 update_version(tx, db_version).context("In upgrade_database.") in upgrade_database()
239 update_version(&tx, 5).unwrap(); in create_or_get_version_new_database()
334 update_version(&tx, 5).unwrap(); in create_or_get_version_legacy_database()