Searched refs:repoPath (Results 1 – 8 of 8) sorted by relevance
39 repoPath = getPELRepoPath(); in SetUp()44 fs::remove_all(repoPath); in TearDown()47 fs::path repoPath; member in RepositoryTest71 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 …]
42 static std::string repoPath; in getPELRepoPath() local44 if (repoPath.empty()) in getPELRepoPath()48 repoPath = dir; in getPELRepoPath()50 return repoPath; in getPELRepoPath()
35 repoPath = openpower::pels::getPELRepoPath(); in SetUp()43 std::filesystem::remove_all(repoPath); in TearDown()48 static std::filesystem::path repoPath; member in CleanPELFiles
43 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()
30 std::filesystem::path CleanPELFiles::repoPath{};
40 std::filesystem::path repoPath{phosphor::logging::paths::extension()}; in getPELRepoPath() local41 repoPath /= "pels"; in getPELRepoPath()42 return repoPath; in getPELRepoPath()
414 const std::filesystem::path& repoPath() const in repoPath() function in openpower::pels::Repository
580 _pelFileDeleteFD, _repo.repoPath().c_str(), IN_DELETE); in setupPELDeleteWatch()