Searched refs:_logPath (Results 1 – 2 of 2) sorted by relevance
63 _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()
416 return _logPath; in repoPath()575 const std::filesystem::path _logPath; member in openpower::pels::Repository