Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/test/
H A Dgoogletest-env-var-test.py39 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
100 if IS_LINUX:
H A Dgtest_help_test.py60 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable
147 if IS_DARWIN or IS_LINUX or IS_GNUHURD or is_bsd_based_os():
H A Dgoogletest-output-test.py55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' variable