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.cpp685 std::string tmpConfFile = confFile + "_tmp"; in setPamModuleConfValue() local
687 std::ofstream fileToWrite(tmpConfFile, std::ios::out); in setPamModuleConfValue()
693 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()
733 if (std::rename(tmpConfFile.c_str(), confFile.c_str()) == 0) in setPamModuleConfValue()
739 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()