Searched defs:IS_LINUX (Results 1 – 9 of 9) sorted by relevance
32 public static boolean IS_LINUX; field in EnvironmentUtils
41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
47 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
59 IS_LINUX = 'linux' in PLATFORM variable