Searched refs:cfgFile (Results 1 – 1 of 1) sorted by relevance
529 std::ofstream cfgFile(tmpFile, std::ios::out); in stopAndApplyUnitConfig() 530 if (!cfgFile.good()) in stopAndApplyUnitConfig() 539 cfgFile << "[Socket]\n"; in stopAndApplyUnitConfig() 541 cfgFile << "Listen" << protocol << "=" in stopAndApplyUnitConfig() 543 cfgFile << "Listen" << protocol << "=" << portNum << "\n"; in stopAndApplyUnitConfig() 544 cfgFile.close(); in stopAndApplyUnitConfig() 531 std::ofstream cfgFile(tmpFile, std::ios::out); stopAndApplyUnitConfig() local