Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dldb_tool.cc21 ret.append("commands MUST specify --" + LDBCommand::ARG_DB + in PrintHelp()
Dldb_cmd.cc55 const std::string LDBCommand::ARG_DB = "db"; member in ROCKSDB_NAMESPACE::LDBCommand
338 std::map<std::string, std::string>::const_iterator itr = options.find(ARG_DB); in LDBCommand()
518 ARG_DB, in BuildCmdLineOptions()
773 if (!NoDBOpen() && option_map_.find(ARG_DB) == option_map_.end() && in ValidateCmdLineOptions()
775 fprintf(stderr, "Either %s or %s must be specified.\n", ARG_DB.c_str(), in ValidateCmdLineOptions()
1288 : LDBCommand(options, flags, true, {ARG_DB}) { in CreateColumnFamilyCommand()
1321 : LDBCommand(options, flags, true, {ARG_DB}) { in DropColumnFamilyCommand()
1844 ret.push_back("--" + ARG_DB + "=" + db_path); in PrepareArgs()
/rocksdb-6.9/include/rocksdb/utilities/
Dldb_cmd.h33 static const std::string ARG_DB; variable