Home
last modified time | relevance | path

Searched refs:GetCachePath (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc48 status = opt_.env->CreateDir(GetCachePath()); in Open()
51 status = CleanupCacheFolder(GetCachePath()); in Open()
328 (void*)(GetCachePath().c_str())); in NewCacheFile()
332 GetCachePath(), writer_cache_id_, in NewCacheFile()
Dblock_cache_tier.h113 std::string GetCachePath() const { return opt_.path + "/cache"; } in GetCachePath() function