Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dmain.cpp180 std::string srvCfgMgrFilePath = std::string(srvDataBaseDir) + srvCfgMgrFile; in handleListUnitsResponse() local
185 (!std::filesystem::exists(srvCfgMgrFilePath))) in handleListUnitsResponse()
189 srvCfgMgrFilePath); in handleListUnitsResponse()
192 std::filesystem::copy(srvCfgMgrFileOld, srvCfgMgrFilePath); in handleListUnitsResponse()
196 bool jsonExist = std::filesystem::exists(srvCfgMgrFilePath); in handleListUnitsResponse()
201 std::ifstream file(srvCfgMgrFilePath); in handleListUnitsResponse()
226 "FILEPATH", srvCfgMgrFilePath, "ERROR", e); in handleListUnitsResponse()
234 srvCfgMgrFilePath, tmpFileBad, in handleListUnitsResponse()
239 "SRCFILE", srvCfgMgrFilePath, "DSTFILE", tmpFileBad); in handleListUnitsResponse()
247 std::ofstream file(srvCfgMgrFilePath); in handleListUnitsResponse()