Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp63 _logPath(basePath / "logs"), _maxRepoSize(repoSize), in Repository()
66 if (!fs::exists(_logPath)) in Repository()
68 fs::create_directories(_logPath); in Repository()
81 for (auto& dirEntry : fs::directory_iterator(_logPath)) in restore()
174 auto path = _logPath / getPELFilename(pel->id(), pel->commitTime()); in add()
H A Drepository.hpp416 return _logPath; in repoPath()
575 const std::filesystem::path _logPath; member in openpower::pels::Repository