Searched refs:tmpConfFile (Results 1 – 1 of 1) sorted by relevance
837 std::string tmpConfFile = confFile + "_tmp"; in setPamModuleConfValue() local839 std::ofstream fileToWrite(tmpConfFile, std::ios::out); in setPamModuleConfValue()845 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()885 if (std::rename(tmpConfFile.c_str(), confFile.c_str()) == 0) in setPamModuleConfValue()891 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()