Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.cpp167 std::ofstream outc; in LogInit() local
170 outc.open(filec); in LogInit()
171 if (!(outc.good())) in LogInit()
194 newLog.fileContext = std::move(outc); in LogInit()