Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dtemporary_file_test.cpp109 std::string namePrefix = "phosphor-logging-"; in TEST_F() local
110 EXPECT_EQ(fileName.compare(0, namePrefix.size(), namePrefix), 0); in TEST_F()
124 std::string namePrefix = "phosphor-logging-"; in TEST_F() local
125 EXPECT_EQ(fileName.compare(0, namePrefix.size(), namePrefix), 0); in TEST_F()
/openbmc/phosphor-power/test/
H A Dtemporary_file_tests.cpp80 std::string namePrefix = "phosphor-power-"; in TEST() local
81 EXPECT_EQ(fileName.compare(0, namePrefix.size(), namePrefix), 0); in TEST()