Searched refs:db_path_ (Results 1 – 3 of 3) sorted by relevance
31 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
340 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 …]
133 std::string db_path_; variable