Searched refs:ovrCfgFile (Results 1 – 1 of 1) sorted by relevance
529 std::string ovrCfgFile{overrideConfDir + "/" + overrideConfFileName}; in stopAndApplyUnitConfig() local530 std::string tmpFile{ovrCfgFile + "_tmp"}; in stopAndApplyUnitConfig()548 if (std::rename(tmpFile.c_str(), ovrCfgFile.c_str()) != 0) in stopAndApplyUnitConfig()551 "TMPFILE", tmpFile, "OVERCFGFILE", ovrCfgFile); in stopAndApplyUnitConfig()