Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp259 size_t lineSize = 0; in initPasswordMap() local
266 lineSize = lineStr.size(); in initPasswordMap()
269 lineStr.substr(userEPos + 1, lineSize - (userEPos + 1))); in initPasswordMap()