Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp167 auto pelPathInRepo = findAnyPELInRepo(); in TEST_F() local
169 EXPECT_TRUE(pelPathInRepo); in TEST_F()
174 pelPathInRepo = findAnyPELInRepo(); in TEST_F()
176 EXPECT_FALSE(pelPathInRepo); in TEST_F()
1384 auto pelPathInRepo = findAnyPELInRepo(); in TEST_F() local
1385 auto unguardedData = readPELFile(*pelPathInRepo); in TEST_F()