Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dkeystore2_main.rs63 let db_path = Path::new(&dir); in main() localVariable
H A Dglobals.rs57 let db_path = DB_PATH.read().expect("Could not get the database directory."); in create_thread_local_db() localVariable
/aosp12/system/security/keystore2/legacykeystore/
H A Dlib.rs250 db_path: PathBuf, field
257 db_path: PathBuf, field
272 let mut db_path = path.to_path_buf(); in new_native_binder() localVariable
392 let mut db_path = path.to_path_buf(); in init_shelf() localVariable
631 let db_path = temp_dir.build().push(LegacyKeystore::LEGACY_KEYSTORE_FILE_NAME).to_owned(); in concurrent_legacy_keystore_entry_test() localVariable
/aosp12/system/iorap/src/maintenance/
H A Dmain.cc150 std::string db_path = arg_input_filenames[0]; in Main() local
H A Dcontroller.cc452 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()
/aosp12/system/iorap/src/db/
H A Dclean_up.cc94 void CleanUpFilesForPackage(const std::string& db_path, in CleanUpFilesForPackage()
/aosp12/packages/modules/SdkExtensions/derive_sdk/
H A Dderive_sdk.cpp57 bool ReadDatabase(const std::string& db_path, ExtensionDatabase& db) { in ReadDatabase()