Searched refs:_logPath (Results 1 – 2 of 2) sorted by relevance
53 _logPath(basePath / "logs"), _maxRepoSize(repoSize), in Repository()56 if (!fs::exists(_logPath)) in Repository()58 fs::create_directories(_logPath); in Repository()71 for (auto& dirEntry : fs::directory_iterator(_logPath)) in restore()164 auto path = _logPath / getPELFilename(pel->id(), pel->commitTime()); in add()
416 return _logPath; in repoPath()575 const std::filesystem::path _logPath; member in openpower::pels::Repository