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.cpp279 std::ofstream registryFile{path}; in TEST_F() local
989 std::ofstream registryFile{path}; in TEST_F() local
1085 std::ofstream registryFile{path}; in TEST_F() local
1170 std::ofstream registryFile{path}; in TEST_F() local
1317 std::ofstream registryFile{path}; in TEST_F() local
1421 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.cpp862 Registry::readRegistry(const std::filesystem::path& registryFile) in readRegistry()