Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest_test_utils.py56 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
154 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):