OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetGroupName
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/plugins/
plugin_finder.cc
48
static base::string16
GetGroupName
(const content::WebPluginInfo& plugin) {
288
GetGroupName
(plugin),
/external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp
543
PlatformFreeBSD::
GetGroupName
(uint32_t gid)
545
const char *group_name = Platform::
GetGroupName
(gid);
550
return m_remote_platform_sp->
GetGroupName
(gid);
/external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp
270
PlatformRemoteGDBServer::
GetGroupName
(uint32_t gid)
272
const char *cached_group_name = Platform::
GetGroupName
(gid);
276
if (m_gdb_client.
GetGroupName
(gid, name))
/external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp
671
PlatformDarwin::
GetGroupName
(uint32_t gid)
673
const char *group_name = Platform::
GetGroupName
(gid);
678
return m_remote_platform_sp->
GetGroupName
(gid);
[
all
...]
/external/lldb/source/Target/
Platform.cpp
428
Platform::
GetGroupName
(uint32_t gid)
436
if (Host::
GetGroupName
(gid, name))
/external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc
432
const std::string VPNConfigView::
GetGroupName
() const {
814
std::string group_name =
GetGroupName
();
848
shill::kL2tpIpsecTunnelGroupProperty,
GetGroupName
());
[
all
...]
/external/lldb/source/Host/common/
Host.cpp
[
all
...]
Completed in 101 milliseconds