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.hpp17 std::filesystem::path getPELRepoPath();
H A Dpaths.cpp38 fs::path getPELRepoPath() in getPELRepoPath() function
H A Dmanager.hpp56 _repo(getPELRepoPath()), in Manager()
H A Dmanager.cpp232 std::ofstream pelFile{getPELRepoPath() / "badPEL"}; in addPEL()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpaths.cpp40 std::filesystem::path getPELRepoPath() in getPELRepoPath() function
H A Dpel_utils.hpp35 repoPath = openpower::pels::getPELRepoPath(); in SetUp()
H A Dpel_manager_test.cpp91 for (auto& f : fs::directory_iterator(getPELRepoPath() / "logs")) in findAnyPELInRepo()
106 for (auto& f : fs::directory_iterator(getPELRepoPath() / "logs")) in countPELsInRepo()
123 for (auto& f : fs::directory_iterator(getPELRepoPath() / "logs")) in deletePELFile()
224 auto badPELData = readPELFile(getPELRepoPath() / "badPEL"); in TEST_F()
865 auto logPath = getPELRepoPath() / "logs"; in TEST_F()
1041 fs::directory_iterator(getPELRepoPath() / "logs" / "archive")) in TEST_F()
H A Drepository_test.cpp39 repoPath = getPELRepoPath(); in SetUp()