HomeSort by: relevance | last modified time | path
    Searched defs:is_windows (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
target_info.py 24 def is_windows(self): member in class:DefaultTargetInfo
44 split_char = ';' if self.is_windows() else ':'
138 def is_windows(self): member in class:WindowsLocalTI
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py 67 def is_windows(): function
236 stderr=subprocess.PIPE, env=my_env, shell=is_windows())
354 p = subprocess.Popen(arguments_a, env=my_env, shell=is_windows())

Completed in 26 milliseconds