Home
last modified time | relevance | path

Searched refs:tmpConfFile (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp705 std::string tmpConfFile = confFile + "_tmp"; in setPamModuleConfValue() local
707 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()