Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp334 std::string defLoggingPath(loggingPath); in main() local
335 if (defLoggingPath.empty()) in main()
337 defLoggingPath = std::filesystem::temp_directory_path(); in main()
360 loggingPath = defLoggingPath; in main()