Searched defs:isLinux (Results 1 – 2 of 2) sorted by relevance
| /third_party/grpc/src/csharp/Grpc.Core/Internal/ | ||
| D | PlatformApis.cs | 39 static readonly bool isLinux; field in Grpc.Core.Internal.PlatformApis |
| /third_party/node/test/common/ | ||
| D | index.js | 112 const isLinux = process.platform === 'linux'; constant |