Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp159 Repository(const std::filesystem::path& basePath, size_t repoSize,
H A Drepository.cpp61 Repository::Repository(const std::filesystem::path& basePath, size_t repoSize, in Repository() argument
63 _logPath(basePath / "logs"), _maxRepoSize(repoSize), in Repository()