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