Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.hpp102 int updatePasswdSpecialFile(const std::string& userName,
H A Dpasswd_mgr.cpp123 if (updatePasswdSpecialFile(userName, newUserName) != 0) in updateUserEntry()
363 int PasswdMgr::updatePasswdSpecialFile(const std::string& userName, in updatePasswdSpecialFile() function in ipmi::PasswdMgr