Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/include/rocksdb/utilities/
Denv_librados.h136 const std::string& config_path,
143 const std::string& db_name, const std::string& config_path,
/rocksdb-6.9/utilities/
Denv_librados.md5 std::string config_path = "path/to/ceph/config";
8 options.env = EnvLibrados(db_name, config_path);
12 …forward all file read/write operation to the RADOS cluster assigned by config_path. Default pool i…
Denv_librados.cc590 const std::string& config_path, in EnvLibrados() argument
596 config_path, in EnvLibrados()
619 const std::string& config_path, in EnvLibrados() argument
629 _config_path(config_path), in EnvLibrados()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer.cc2050 const std::string& config_path) { in parse_cache_config_file() argument
2051 std::ifstream file(config_path); in parse_cache_config_file()