7 #ifndef STORAGE_LEVELDB_DB_FILENAME_H_ 8 #define STORAGE_LEVELDB_DB_FILENAME_H_ 14 #include "port/port.h" 80 uint64_t descriptor_number);
85 #endif // STORAGE_LEVELDB_DB_FILENAME_H_
bool ParseFileName(const std::string &fname, uint64_t *number, FileType *type)
std::string OldInfoLogFileName(const std::string &dbname)
std::string TempFileName(const std::string &dbname, uint64_t number)
std::string InfoLogFileName(const std::string &dbname)
std::string TableFileName(const std::string &name, uint64_t number)
std::string DescriptorFileName(const std::string &dbname, uint64_t number)
Status SetCurrentFile(Env *env, const std::string &dbname, uint64_t descriptor_number)
std::string CurrentFileName(const std::string &dbname)
std::string SSTTableFileName(const std::string &name, uint64_t number)
std::string LogFileName(const std::string &name, uint64_t number)
std::string LockFileName(const std::string &dbname)