Searched refs:GetHostPlatformName (Results 1 – 9 of 9) 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()
30 return is_host ? Platform::GetHostPlatformName() : "remote-linux"; in GetPluginNameStatic()
42 return Platform::GetHostPlatformName(); in GetPluginNameStatic()
34 return is_host ? Platform::GetHostPlatformName() : "remote-android"; in GetPluginNameStatic()
29 return is_host ? Platform::GetHostPlatformName() : "remote-windows"; in GetPluginNameStatic()
97 static const char *GetHostPlatformName();
61 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform255 if (name == GetHostPlatformName()) in Create()