Searched refs:IS_LINUX (Results 1 – 3 of 3) sorted by relevance
39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable100 if IS_LINUX:
60 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable147 if IS_DARWIN or IS_LINUX or IS_GNUHURD or is_bsd_based_os():
55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable