Searched defs:db_path (Results 1 – 2 of 2) sorted by relevance
57 let mut db_path = PathBuf::from(db_dir); in new() localVariable126 let mut db_path = PathBuf::from(db_dir); in delete_db_file() localVariable450 let mut db_path = db_dir.path().to_owned(); in test_corrupt_database_file() localVariable468 let mut db_path = db_dir.path().to_owned(); in test_non_upgradable_database_file() localVariable
87 bool ReadDatabase(const std::string& db_path, ExtensionDatabase& db) { in ReadDatabase()