Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dmain.cpp34 static constexpr const char* srvCfgMgrFile = "/etc/srvcfg-mgr.json"; variable
172 bool jsonExist = std::filesystem::exists(srvCfgMgrFile); in handleListUnitsResponse()
177 std::ifstream file(srvCfgMgrFile); in handleListUnitsResponse()
202 "FILEPATH", srvCfgMgrFile, "ERROR", e); in handleListUnitsResponse()
210 srvCfgMgrFile, tmpFileBad, in handleListUnitsResponse()
215 "SRCFILE", srvCfgMgrFile, "DSTFILE", tmpFileBad); in handleListUnitsResponse()
223 std::ofstream file(srvCfgMgrFile); in handleListUnitsResponse()