Home
last modified time | relevance | path

Searched refs:db_path_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/tools/
Ddb_bench_tool_test.cc31 db_path_ = test_path_ + "/db"; in DBBenchTest()
59 std::string(std::string("--db=") + db_path_).c_str(), in RunDbBench()
69 ASSERT_OK(LoadLatestOptions(db_path_, FileSystem::Default(), in VerifyOptions()
88 std::string db_path_; member in ROCKSDB_NAMESPACE::DBBenchTest
Dldb_cmd.cc340 db_path_ = itr->second; in LDBCommand()
381 options_.wal_dir = db_path_; in OpenDB()
703 db_opts->db_paths.emplace_back(db_path_, in PrepareOptionsForOpenDB()
1088 err_msg.append(db_path_); in DoCommand()
1128 err_msg.append(db_path_); in DoCommand()
1132 if (db_path_[db_path_.length() - 1] != '/') { in DoCommand()
1133 db_path_.append("/"); in DoCommand()
1135 manifestfile = db_path_ + matched_file; in DoCommand()
1599 if (db_path_.empty()) {
1600 db_path_ = path_;
[all …]
/rocksdb-6.9/include/rocksdb/utilities/
Dldb_cmd.h133 std::string db_path_; variable