Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dpds_backed_opstats_db.cc52 absl::StatusOr<int> AcquireFileLock(const std::string& db_path, in AcquireFileLock()
87 void ReleaseFileLock(const std::string& db_path, int fd) { in ReleaseFileLock()
229 std::string db_path = path.generic_string(); in Create() local
H A Dopstats_logger_impl_test.cc226 std::filesystem::path db_path(base_dir_); in TEST_F() local
H A Dpds_backed_opstats_db_test.cc433 std::filesystem::path db_path(base_dir_); in TEST_F() local
/aosp_15_r20/system/security/keystore2/legacykeystore/
H A Dlib.rs269 db_path: PathBuf, field
276 db_path: PathBuf, field
291 let mut db_path = path.to_path_buf(); in new_native_binder() localVariable
414 let mut db_path = path.to_path_buf(); in init_shelf() localVariable
676 let db_path = temp_dir.build().push(LegacyKeystore::LEGACY_KEYSTORE_FILE_NAME).to_owned(); in concurrent_legacy_keystore_entry_test() localVariable
/aosp_15_r20/packages/modules/Virtualization/android/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
/aosp_15_r20/system/security/keystore2/src/
H A Dkeystore2_main.rs84 let db_path = Path::new(&dir); in main() localVariable
H A Dglobals.rs64 let db_path = DB_PATH.read().expect("Could not get the database directory"); in create_thread_local_db() localVariable
/aosp_15_r20/development/tools/otagui/
H A Dtarget_lib.py84 def __init__(self, working_dir="target", db_path=None): argument
H A Dota_interface.py124 def __init__(self, *, working_dir='output', db_path=None, otatools_dir=None): argument
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/
H A Dhelper.cc35 std::string db_path; in GetDbFileContent() local
H A Droute_guide_server.cc172 void RunServer(const std::string& db_path) { in RunServer()
H A Droute_guide_callback_server.cc258 void RunServer(const std::string& db_path) { in RunServer()
/aosp_15_r20/packages/modules/SdkExtensions/derive_sdk/
Dderive_sdk.cpp87 bool ReadDatabase(const std::string& db_path, ExtensionDatabase& db) { in ReadDatabase()
/aosp_15_r20/system/security/keystore2/src/database/
H A Dtests.rs2753 let mut db_path = db_root.path().to_owned(); in prep_and_run_with_many_keys() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs1299 let db_path = path.join(OsStr::from_bytes(&[0xFF])); in test_invalid_unicode_file_names() localVariable
/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx462 static string db_path; variable