Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.hpp252 explicit Registry(const std::filesystem::path& registryFile) : in Registry() argument
253 Registry(registryFile, true) in Registry()
266 explicit Registry(const std::filesystem::path& registryFile, in Registry() argument
268 _registryFile(registryFile), _loadCallouts(loadCallouts) in Registry()
317 const std::filesystem::path& registryFile);
H A Dregistry.cpp849 const std::filesystem::path& registryFile) in readRegistry() argument
863 file.open(registryFile); in readRegistry()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp263 std::ofstream registryFile{path}; in TEST_F() local
264 registryFile << registry; in TEST_F()
265 registryFile.close(); in TEST_F()
950 std::ofstream registryFile{path}; in TEST_F() local
951 registryFile << registry; in TEST_F()
952 registryFile.close(); in TEST_F()
1042 std::ofstream registryFile{path}; in TEST_F() local
1043 registryFile << registry; in TEST_F()
1044 registryFile.close(); in TEST_F()
1124 std::ofstream registryFile{path}; in TEST_F() local
[all …]