Home
last modified time | relevance | path

Searched defs:GetGroupName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h31 std::optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName() function
/llvm-project/lldb/unittests/Utility/
H A DUserIDResolverTest.cpp37 TEST(UserIDResolver, GetGroupName) { in TEST() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2407 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, GetGroupName() function in GDBRemoteCommunicationClient