Home
last modified time | relevance | path

Searched defs:db_path (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/virtualizationservice/src/maintenance/
Dvmdb.rs57 let mut db_path = PathBuf::from(db_dir); in new() localVariable
126 let mut db_path = PathBuf::from(db_dir); in delete_db_file() localVariable
450 let mut db_path = db_dir.path().to_owned(); in test_corrupt_database_file() localVariable
468 let mut db_path = db_dir.path().to_owned(); in test_non_upgradable_database_file() localVariable
/packages/modules/SdkExtensions/derive_sdk/
Dderive_sdk.cpp87 bool ReadDatabase(const std::string& db_path, ExtensionDatabase& db) { in ReadDatabase()