Home
last modified time | relevance | path

Searched refs:out_filename (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/tools/
Dsst_dump_tool.cc156 Status SstFileDumper::DumpTable(const std::string& out_filename) { in DumpTable() argument
159 env->NewWritableFile(out_filename, &out_file, soptions_); in DumpTable()
681 std::string out_filename = filename.substr(0, filename.length() - 4); in Run() local
682 out_filename.append("_dump.txt"); in Run()
684 st = dumper.DumpTable(out_filename); in Run()
689 fprintf(stdout, "raw dump written to file %s\n", &out_filename[0]); in Run()
Dsst_dump_tool_imp.h35 Status DumpTable(const std::string& out_filename);