Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_set.h877 static Status GetCurrentManifestPath(const std::string& dbname,
Dversion_set.cc4338 Status VersionSet::GetCurrentManifestPath(const std::string& dbname, in GetCurrentManifestPath() function in ROCKSDB_NAMESPACE::VersionSet
4449 Status s = GetCurrentManifestPath(dbname_, fs_, &manifest_path, in Recover()
4788 GetCurrentManifestPath(dbname, fs, &manifest_path, &manifest_file_number); in ListColumnFamilies()
6174 s = GetCurrentManifestPath(dbname_, fs_, &manifest_path, in MaybeSwitchManifest()
Dversion_set_test.cc758 Status s = versions_->GetCurrentManifestPath( in VerifyManifest()