Home
last modified time | relevance | path

Searched refs:IS_WIN (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/build/
H A Dfull_test.py13 IS_WIN = sys.platform.startswith('win') variable
25 gn_to_run = os.path.join(bin_path, 'gn' + ('.exe' if IS_WIN else ''))
48 our_gn = os.path.join(orig_dir, 'out', 'gn' + ('.exe' if IS_WIN else ''))
/third_party/gn/infra/
H A Drecipes.py115 IS_WIN = sys.platform.startswith(('win', 'cygwin')) variable
117 _BAT = '.bat' if IS_WIN else ''
261 if IS_WIN:
/third_party/skia/infra/bots/
H A Drecipes.py112 IS_WIN = sys.platform.startswith(('win', 'cygwin')) variable
114 _BAT = '.bat' if IS_WIN else ''
253 if IS_WIN:
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c481 #define IS_WIN( n ) ( (n)->platformID == 3 && \ macro
624 if ( IS_WIN( name ) && ( name->languageID == 0x409 || *win == -1 ) ) in sfnt_get_name_id()
/third_party/node/deps/v8/base/trace_event/common/
H A Dtrace_event_common.h262 #if BUILDFLAG(IS_WIN)
265 #endif // BUILDFLAG(IS_WIN)

Completed in 6 milliseconds