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