Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp468 std::string strTempFileName(tempFileName.data()); in updatePasswdSpecialFile() local
472 phosphor::user::File temp(fd, strTempFileName, "w", true); in updatePasswdSpecialFile()
583 if (std::rename(strTempFileName.data(), passwdFileName) != 0) in updatePasswdSpecialFile()