Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp153 fs::path pelFilename = makeTempDir() / "rawpel"; in TEST_F() local
154 std::ofstream pelFile{pelFilename}; in TEST_F()
159 {"RAWPEL", pelFilename.string()}}; in TEST_F()
199 fs::path pelFilename = makeTempDir() / "rawpel"; in TEST_F() local
200 std::ofstream pelFile{pelFilename}; in TEST_F()
205 {"RAWPEL", pelFilename.string()}}; in TEST_F()
406 fs::path pelFilename = makeTempDir() / "rawpel"; in TEST_F() local
407 std::ofstream pelFile{pelFilename}; in TEST_F()
412 {"RAWPEL", pelFilename.string()}}; in TEST_F()
693 fs::path pelFilename = dir / "rawpel"; in TEST_F() local
[all …]