Home
last modified time | relevance | path

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

/external/capstone/cstool/
DMakefile18 IS_CYGWIN := $(shell $(CC) -dumpmachine 2>/dev/null | grep -i cygwin | wc -l) macro
19 ifeq ($(IS_CYGWIN),1)
/external/capstone/tests/
DMakefile40 IS_CYGWIN := $(shell $(CC) -dumpmachine | grep -i cygwin | wc -l) macro
41 ifeq ($(IS_CYGWIN),1)
58 else ifeq ($(IS_CYGWIN),1)
/external/googletest/googletest/test/
Dgtest_test_utils.py38 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
168 if (IS_WINDOWS or IS_CYGWIN or IS_OS2) and not path.endswith('.exe'):
/external/capstone/
DMakefile313 IS_CYGWIN := $(shell $(CC) -dumpmachine 2>/dev/null | grep -i cygwin | wc -l) macro
314 ifeq ($(IS_CYGWIN),1)
342 else ifeq ($(IS_CYGWIN),1)
353 else ifeq ($(IS_CYGWIN),1)