Searched refs:out_filename (Results 1 – 2 of 2) sorted by relevance
156 Status SstFileDumper::DumpTable(const std::string& out_filename) { in DumpTable() argument159 env->NewWritableFile(out_filename, &out_file, soptions_); in DumpTable()681 std::string out_filename = filename.substr(0, filename.length() - 4); in Run() local682 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()
35 Status DumpTable(const std::string& out_filename);