Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp39 repoPath = getPELRepoPath(); in SetUp()
44 fs::remove_all(repoPath); in TearDown()
47 fs::path repoPath; member in RepositoryTest
71 Repository repo{repoPath}; in TEST_F()
82 fs::path file = repoPath / "logs" / name; in TEST_F()
99 Repository repo{repoPath}; in TEST_F()
127 Repository repo{repoPath}; in TEST_F()
177 Repository repo{repoPath}; in TEST_F()
192 Repository repo{repoPath}; in TEST_F()
214 Repository repo{repoPath}; in TEST_F()
[all …]
H A Dpel_paths.cpp42 static std::string repoPath; in getPELRepoPath() local
44 if (repoPath.empty()) in getPELRepoPath()
48 repoPath = dir; in getPELRepoPath()
50 return repoPath; in getPELRepoPath()
H A Dpel_utils.hpp35 repoPath = openpower::pels::getPELRepoPath(); in SetUp()
43 std::filesystem::remove_all(repoPath); in TearDown()
48 static std::filesystem::path repoPath; member in CleanPELFiles
H A Dhost_notifier_test.cpp43 HostNotifierTest() : repo(repoPath) in HostNotifierTest()
702 Repository repo1{repoPath}; in TEST_F()
737 Repository repo1{repoPath}; in TEST_F()
789 Repository repo1{repoPath}; in TEST_F()
H A Dpel_utils.cpp30 std::filesystem::path CleanPELFiles::repoPath{};
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_paths.cpp40 std::filesystem::path repoPath{phosphor::logging::paths::extension()}; in getPELRepoPath() local
41 repoPath /= "pels"; in getPELRepoPath()
42 return repoPath; in getPELRepoPath()
H A Drepository.hpp414 const std::filesystem::path& repoPath() const in repoPath() function in openpower::pels::Repository
H A Dmanager.cpp580 _pelFileDeleteFD, _repo.repoPath().c_str(), IN_DELETE); in setupPELDeleteWatch()