Searched refs:GetCachePath (Results 1 – 2 of 2) sorted by relevance
48 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()
113 std::string GetCachePath() const { return opt_.path + "/cache"; } in GetCachePath() function