Home
last modified time | relevance | path

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

/external/federated-compute/fcp/client/opstats/
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
Dopstats_logger_impl_test.cc226 std::filesystem::path db_path(base_dir_); in TEST_F() local
Dpds_backed_opstats_db_test.cc433 std::filesystem::path db_path(base_dir_); in TEST_F() local
/external/grpc-grpc/examples/cpp/route_guide/
Dhelper.cc35 std::string db_path; in GetDbFileContent() local
Droute_guide_server.cc172 void RunServer(const std::string& db_path) { in RunServer()
Droute_guide_callback_server.cc258 void RunServer(const std::string& db_path) { in RunServer()
/external/rust/crates/rusqlite/src/
Dlib.rs1299 let db_path = path.join(OsStr::from_bytes(&[0xFF])); in test_invalid_unicode_file_names() localVariable
/external/elfutils/debuginfod/
Ddebuginfod.cxx462 static string db_path; variable