reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  461             HostInfo::GetUserIDResolver().GetGroupName(gid)) {
tools/lldb/source/Utility/ProcessInfo.cpp
  150              resolver.GetGroupName(GetGroupID()).getValueOr(""));
  158              resolver.GetGroupName(GetEffectiveGroupID()).getValueOr(""));
  213             &ProcessInstanceInfo::GetGroupID, &UserIDResolver::GetGroupName);
  219             &UserIDResolver::GetGroupName);
tools/lldb/unittests/Utility/UserIDResolverTest.cpp
   43   EXPECT_EQ(group47, r.GetGroupName(47));
   44   EXPECT_EQ(group47, r.GetGroupName(47));
   45   EXPECT_EQ(llvm::None, r.GetGroupName(42));
   46   EXPECT_EQ(llvm::None, r.GetGroupName(42));