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.hpp44 inline constexpr size_t maxSystemGroupNameLength = 32; variable
H A Duser_mgr.cpp209 if (groupName.size() > maxSystemGroupNameLength || in checkAndThrowForDisallowedGroupCreation()
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp1038 std::string groupName(maxSystemGroupNameLength + 1, 'A'); in TEST_F()