Home
last modified time | relevance | path

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

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