Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py32 kIsWindows = platform.system() == 'Windows' variable
35 kUseCloseFDs = not kIsWindows
38 kAvoidDevNull = kIsWindows
308 elif kIsWindows:
376 dir = to_unicode(dir) if kIsWindows else to_bytes(dir)
377 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd)
421 path = to_unicode(path) if kIsWindows else to_bytes(path)
422 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd)
561 elif kIsWindows and name == '/dev/tty':
569 if kIsWindows else to_bytes(redir_filename)
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py11 kIsWindows = sys.platform in ['win32', 'cygwin'] variable
20 if kIsWindows:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py12 kIsWindows = sys.platform in ['win32', 'cygwin'] variable
20 if kIsWindows: