Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp20 #define SEL_JSON_DATA_FILE "/var/log/fbSelRaw.json" macro
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp116 std::ofstream file(SEL_JSON_DATA_FILE); in flush()
135 std::ofstream outFile(SEL_JSON_DATA_FILE); in writeEmptyJson()
152 std::ifstream file(SEL_JSON_DATA_FILE); in SELData()