Searched refs:dbpath (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/utilities/options/ |
| D | options_util.cc | 47 Status GetLatestOptionsFileName(const std::string& dbpath, in GetLatestOptionsFileName() argument 53 s = env->GetChildren(dbpath, &file_names); in GetLatestOptionsFileName() 74 Status LoadLatestOptions(const std::string& dbpath, Env* env, in LoadLatestOptions() argument 80 Status s = GetLatestOptionsFileName(dbpath, env, &options_file_name); in LoadLatestOptions() 84 return LoadOptionsFromFile(dbpath + "/" + options_file_name, env, db_options, in LoadLatestOptions() 89 const std::string& dbpath, Env* env, const DBOptions& db_options, in CheckOptionsCompatibility() argument 93 Status s = GetLatestOptionsFileName(dbpath, env, &options_file_name); in CheckOptionsCompatibility() 109 db_options, cf_names, cf_opts, dbpath + "/" + options_file_name, &fs, in CheckOptionsCompatibility()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | options_util.h | 65 Status LoadLatestOptions(const std::string& dbpath, Env* env, 82 Status GetLatestOptionsFileName(const std::string& dbpath, Env* env, 97 const std::string& dbpath, Env* env, const DBOptions& db_options,
|
| /rocksdb-6.9/db/ |
| D | c_test.c | 433 rocksdb_dbpath_t *dbpath; in main() local 477 dbpath = rocksdb_dbpath_create(dbpathname, 1024 * 1024); in main() 1837 const rocksdb_dbpath_t* paths[1] = {dbpath}; in main() 1852 rocksdb_dbpath_destroy(dbpath); in main()
|
| D | c.cc | 3349 void rocksdb_dbpath_destroy(rocksdb_dbpath_t* dbpath) { in rocksdb_dbpath_destroy() argument 3350 delete dbpath; in rocksdb_dbpath_destroy()
|