Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/test/
H A Ddebug_inif_test.cpp30 dumpFile = dumpDir; in SetUp()
31 dumpFile /= "elogid"; in SetUp()
39 std::filesystem::path dumpFile; member in TestDumpSerial
49 phosphor::dump::elog::serialize(e, dumpFile.c_str()); in TEST_F()
50 bool value = phosphor::dump::elog::deserialize(dumpFile.c_str(), e); in TEST_F()
59 bool value = phosphor::dump::elog::deserialize(dumpFile.c_str(), e); in TEST_F()
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp35 constexpr auto dumpFile = "/tmp/fan_control_dump.json"; variable
553 if (fs::exists(dumpFile)) in dumpFanControl()
555 std::filesystem::remove(dumpFile); in dumpFanControl()
570 if (fs::exists(dumpFile)) in dumpFanControl()
574 auto unused{nlohmann::json::parse(std::ifstream{dumpFile})}; in dumpFanControl()
588 std::cout << "Fan control dump written to: " << dumpFile << std::endl; in dumpFanControl()
602 std::ifstream file{dumpFile}; in queryDumpFile()
1006 std::ofstream(dumpFile) in main()
H A Dmain.cpp47 std::ofstream file{json::Manager::dumpFile}; in dumpFlightRecorder()
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.hpp212 static const std::string dumpFile; member in phosphor::fan::monitor::System
H A Dsystem.cpp49 const std::string System::dumpFile = "/tmp/fan_monitor_dump.json"; member in phosphor::fan::monitor::System
591 std::ofstream file{System::dumpFile}; in dumpDebugData()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp65 const std::string Manager::dumpFile = "/tmp/fan_control_dump.json"; member in phosphor::fan::control::json::Manager
116 std::ofstream file{Manager::dumpFile}; in dumpDebugData()
H A Dmanager.hpp570 static const std::string dumpFile; member in phosphor::fan::control::json::Manager