/aosp_15_r20/external/federated-compute/fcp/client/opstats/ |
H A D | pds_backed_opstats_db.cc | 52 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 D | opstats_logger_impl_test.cc | 226 std::filesystem::path db_path(base_dir_); in TEST_F() local
|
H A D | pds_backed_opstats_db_test.cc | 433 std::filesystem::path db_path(base_dir_); in TEST_F() local
|
/aosp_15_r20/system/security/keystore2/legacykeystore/ |
H A D | lib.rs | 269 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/ |
D | vmdb.rs | 57 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 D | keystore2_main.rs | 84 let db_path = Path::new(&dir); in main() localVariable
|
H A D | globals.rs | 64 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 D | target_lib.py | 84 def __init__(self, working_dir="target", db_path=None): argument
|
H A D | ota_interface.py | 124 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 D | helper.cc | 35 std::string db_path; in GetDbFileContent() local
|
H A D | route_guide_server.cc | 172 void RunServer(const std::string& db_path) { in RunServer()
|
H A D | route_guide_callback_server.cc | 258 void RunServer(const std::string& db_path) { in RunServer()
|
/aosp_15_r20/packages/modules/SdkExtensions/derive_sdk/ |
D | derive_sdk.cpp | 87 bool ReadDatabase(const std::string& db_path, ExtensionDatabase& db) { in ReadDatabase()
|
/aosp_15_r20/system/security/keystore2/src/database/ |
H A D | tests.rs | 2753 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/ |
D | lib.rs | 1299 let db_path = path.join(OsStr::from_bytes(&[0xFF])); in test_invalid_unicode_file_names() localVariable
|
/aosp_15_r20/external/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 462 static string db_path; variable
|