Home
last modified time | relevance | path

Searched defs:IS_WIN (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/build/
Dfull_test.py13 IS_WIN = sys.platform.startswith('win') variable
/third_party/skia/infra/bots/
Drecipes.py112 IS_WIN = sys.platform.startswith(('win', 'cygwin')) variable
/third_party/gn/infra/
Drecipes.py112 IS_WIN = sys.platform.startswith(('win', 'cygwin')) variable
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c481 #define IS_WIN( n ) ( (n)->platformID == 3 && \ macro