Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp53 inline constexpr size_t maxSystemGroupNameLength = 32;
49 inline constexpr size_t maxSystemGroupNameLength = 32; global() variable
H A Duser_mgr.cpp249 if (groupName.size() > maxSystemGroupNameLength || in throwForUserNameConstraints()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp1457 std::string groupName(maxSystemGroupNameLength + 1, 'A');