Searched defs:db_path (Results 1 – 7 of 7) sorted by relevance
63 let db_path = Path::new(&dir); in main() localVariable
57 let db_path = DB_PATH.read().expect("Could not get the database directory."); in create_thread_local_db() localVariable
250 db_path: PathBuf, field257 db_path: PathBuf, field272 let mut db_path = path.to_path_buf(); in new_native_binder() localVariable392 let mut db_path = path.to_path_buf(); in init_shelf() localVariable631 let db_path = temp_dir.build().push(LegacyKeystore::LEGACY_KEYSTORE_FILE_NAME).to_owned(); in concurrent_legacy_keystore_entry_test() localVariable
150 std::string db_path = arg_input_filenames[0]; in Main() local
452 bool Compile(const std::string& db_path, const ControllerParameters& params) { in Compile()458 bool Compile(const std::string& db_path, in Compile()467 bool Compile(const std::string& db_path, in Compile()
94 void CleanUpFilesForPackage(const std::string& db_path, in CleanUpFilesForPackage()
57 bool ReadDatabase(const std::string& db_path, ExtensionDatabase& db) { in ReadDatabase()