Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp341 std::ifstream fsLogging(loggingEnablePath); in main() local
342 if (fsLogging) in main()
346 std::getline(fsLogging, altPath); in main()
347 fsLogging.close(); in main()