Home
last modified time | relevance | path

Searched defs:registryFile (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp263 std::ofstream registryFile{path}; in TEST_F() local
950 std::ofstream registryFile{path}; in TEST_F() local
1042 std::ofstream registryFile{path}; in TEST_F() local
1124 std::ofstream registryFile{path}; in TEST_F() local
1267 std::ofstream registryFile{path}; in TEST_F() local
1368 std::ofstream registryFile{path}; in TEST_F() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.hpp252 explicit Registry(const std::filesystem::path& registryFile) : in Registry()
266 explicit Registry(const std::filesystem::path& registryFile, in Registry()
H A Dregistry.cpp849 const std::filesystem::path& registryFile) in readRegistry()