Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp47 #define JSON_APP_DATA_FILE "/var/lib/fb-ipmi-oem/appData.json" macro
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp267 std::ofstream file(JSON_APP_DATA_FILE); in flush_app_data()
522 std::ifstream file(JSON_APP_DATA_FILE); in registerAPPFunctions()