Searched refs:tmpConfFile (Results 1 – 1 of 1) sorted by relevance
705 std::string tmpConfFile = confFile + "_tmp"; in setPamModuleConfValue() local707 std::ofstream fileToWrite(tmpConfFile, std::ios::out); in setPamModuleConfValue()713 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()753 if (std::rename(tmpConfFile.c_str(), confFile.c_str()) == 0) in setPamModuleConfValue()759 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()