|
leveldb
|
#include "leveldb/env.h"
Go to the source code of this file.
Namespaces | |
| leveldb | |
Functions | |
| void | leveldb::Log (Logger *info_log, const char *format,...) |
| static Status | leveldb::DoWriteStringToFile (Env *env, const Slice &data, const std::string &fname, bool should_sync) |
| Status | leveldb::WriteStringToFile (Env *env, const Slice &data, const std::string &fname) |
| Status | leveldb::WriteStringToFileSync (Env *env, const Slice &data, const std::string &fname) |
| Status | leveldb::ReadFileToString (Env *env, const std::string &fname, std::string *data) |
1.8.12