Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dmain.cpp34 static constexpr const char* srvCfgMgrFileOld = "/etc/srvcfg-mgr.json"; variable
184 if ((std::filesystem::exists(srvCfgMgrFileOld)) && in handleListUnitsResponse()
188 "OLDFILEPATH", srvCfgMgrFileOld, "FILEPATH", in handleListUnitsResponse()
192 std::filesystem::copy(srvCfgMgrFileOld, srvCfgMgrFilePath); in handleListUnitsResponse()
193 std::filesystem::remove(srvCfgMgrFileOld); in handleListUnitsResponse()