Searched refs:init_tables (Results 1 – 2 of 2) sorted by relevance
50 db.init_tables().context("Trying to initialize legacy keystore db.")?; in new()89 fn init_tables(&mut self) -> Result<()> { in init_tables() method
852 Self::init_tables(tx).context("Trying to initialize tables.").no_gc() in new()877 fn init_tables(tx: &Transaction) -> Result<()> { in init_tables() method3248 KeystoreDB::init_tables(tx).context("Failed to initialize tables.").no_gc() in new_test_db()