Home
last modified time | relevance | path

Searched refs:GetUname (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs61 isMacOSX = (platform == PlatformID.Unix && GetUname() == "Darwin"); in PlatformApis()
184 static string GetUname() in GetUname() method in Grpc.Core.Internal.PlatformApis