Home
last modified time | relevance | path

Searched refs:getPELRepoPath (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpaths.hpp19 std::filesystem::path getPELRepoPath();
H A Dpel_paths.cpp38 fs::path getPELRepoPath() in getPELRepoPath() function
H A Dmanager.hpp55 _eventLogger(std::move(creatorFunc)), _repo(getPELRepoPath()), in Manager()
H A Dmanager.cpp232 std::ofstream pelFile{getPELRepoPath() / "badPEL"}; in addPEL()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_paths.cpp40 std::filesystem::path getPELRepoPath() in getPELRepoPath() function
H A Dpel_utils.hpp35 repoPath = openpower::pels::getPELRepoPath(); in SetUp()
H A Dpel_manager_test.cpp92 for (auto& f : fs::directory_iterator(getPELRepoPath() / "logs")) in findAnyPELInRepo()
107 for (auto& f : fs::directory_iterator(getPELRepoPath() / "logs")) in countPELsInRepo()
124 for (auto& f : fs::directory_iterator(getPELRepoPath() / "logs")) in deletePELFile()
225 auto badPELData = readPELFile(getPELRepoPath() / "badPEL"); in TEST_F()
866 auto logPath = getPELRepoPath() / "logs"; in TEST_F()
1042 fs::directory_iterator(getPELRepoPath() / "logs" / "archive")) in TEST_F()
H A Drepository_test.cpp39 repoPath = getPELRepoPath(); in SetUp()