Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp350 std::string altPath; in main() local
351 std::getline(fsLogging, altPath); in main()
354 if (std::filesystem::exists(altPath)) in main()
356 loggingPath = altPath; in main()