Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1143 constexpr auto maxBufferLength = 32 * 1024; in isGroupMember() local
1144 while (status == ERANGE && buflen < maxBufferLength) in isGroupMember()