Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Denv.cc62 std::string err_msg; in LoadEnv() local
65 &err_msg); in LoadEnv()
/rocksdb-6.9/tools/
Dldb_cmd.cc1086 std::string err_msg = s.ToString(); in DoCommand() local
1087 err_msg.append(": Failed to list the content of "); in DoCommand()
1088 err_msg.append(db_path_); in DoCommand()
1089 exec_state_ = LDBCommandExecuteResult::Failed(err_msg); in DoCommand()
1127 std::string err_msg("No MANIFEST found in "); in DoCommand() local
1128 err_msg.append(db_path_); in DoCommand()
1129 exec_state_ = LDBCommandExecuteResult::Failed(err_msg); in DoCommand()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc3999 char err_msg[128] = {0}; in IngestExternalFiles() local
4000 snprintf(err_msg, 128, "external_files[%zu] is empty", i); in IngestExternalFiles()
4001 return Status::InvalidArgument(err_msg); in IngestExternalFiles()