Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp865 fs::path debugFile{fs::path{debugFilePath} / registryFileName}; in readRegistry() local
869 if (fs::exists(debugFile)) in readRegistry()
872 file.open(debugFile); in readRegistry()