Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dmain.cpp329 std::string defLoggingPath(loggingPath); in main() local
330 if (defLoggingPath.empty()) in main()
332 defLoggingPath = std::filesystem::temp_directory_path(); in main()
355 loggingPath = defLoggingPath; in main()