Searched refs:srvCfgMgrFileOld (Results 1 – 1 of 1) sorted by relevance
34 static constexpr const char* srvCfgMgrFileOld = "/etc/srvcfg-mgr.json"; variable184 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()