Searched defs:GetGroupName (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp543 PlatformFreeBSD::GetGroupName (uint32_t gid) function in class:PlatformFreeBSD
545 const char *group_name = Platform::GetGroupName(gid);
550 return m_remote_platform_sp->GetGroupName(gid);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp270 PlatformRemoteGDBServer::GetGroupName (uint32_t gid) function in class:PlatformRemoteGDBServer
272 const char *cached_group_name = Platform::GetGroupName(gid);
276 if (m_gdb_client.GetGroupName(gid, name))
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp671 PlatformDarwin::GetGroupName (uint32_t gid) function in class:PlatformDarwin
673 const char *group_name = Platform::GetGroupName(gid);
678 return m_remote_platform_sp->GetGroupName(gid);
/external/lldb/source/Target/
H A DPlatform.cpp428 Platform::GetGroupName (uint32_t gid) function in class:Platform
436 if (Host::GetGroupName(gid, name))
/external/lldb/source/Host/common/
H A DHost.cpp1202 Host::GetGroupName (uint32_t gid, std::string &group_name) function in class:Host

Completed in 49 milliseconds