Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp456 std::vector<char> tempFileName(pwdFile.begin(), pwdFile.end()); in updatePasswdSpecialFile() local
459 tempFileName.insert(tempFileName.end(), fileTemplate.begin(), in updatePasswdSpecialFile()
461 int fd = mkstemp((char*)tempFileName.data()); in updatePasswdSpecialFile()
468 std::string strTempFileName(tempFileName.data()); in updatePasswdSpecialFile()