HomeSort by relevance Sort by last modified time
    Searched refs:is_windows (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_vs_real_test.py 44 is_windows = sys.platform.startswith('win') variable in class:TestCase
318 os_method_names = [] if self.is_windows else ['readlink']
327 if not self.is_windows:
452 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows')
458 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows')
464 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows')
470 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows')
476 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows')
488 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows')
496 @unittest.skipIf(TestCase.is_windows, 'no symlink in Windows'
    [all...]
fake_filesystem_test.py 42 is_windows = sys.platform.startswith('win') variable in class:TestCase
    [all...]
  /external/clang/utils/check_cfc/
check_cfc.py 64 def is_windows(): function
233 stderr=subprocess.PIPE, env=my_env, shell=is_windows())
351 p = subprocess.Popen(arguments_a, env=my_env, shell=is_windows())
  /ndk/
checkbuild.py 193 def get_binutils_files(triple, has_gold, is_windows):
209 if is_windows:
308 is_windows = host_tag.startswith('windows')
309 for file_name in get_binutils_files(triple, has_gold, is_windows):
  /external/clang/
build.py 147 is_windows = host.startswith('windows')
149 bin_ext = '.exe' if is_windows else ''
151 if is_windows:

Completed in 146 milliseconds