Searched refs:GetHostPlatformName (Results 1 – 5 of 5) 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()
100 static const char *GetHostPlatformName();
61 const char *Platform::GetHostPlatformName() { return "host"; } in GetHostPlatformName() function in Platform218 if (name == GetHostPlatformName()) in Create()