Searched refs:GetHostPlatformName (Results 1 – 6 of 6) sorted by relevance
29 return is_host ? Platform::GetHostPlatformName() : "remote-openbsd"; in GetPluginNameStatic()
30 return is_host ? Platform::GetHostPlatformName() : "remote-freebsd"; in GetPluginNameStatic()
30 return is_host ? Platform::GetHostPlatformName() : "remote-netbsd"; in GetPluginNameStatic()
29 return is_host ? Platform::GetHostPlatformName() : "remote-AIX"; in GetPluginNameStatic()
103 static const char *GetHostPlatformName();
61 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform218 if (name == GetHostPlatformName()) in Create()