Searched refs:is_windows (Results 1 - 4 of 4) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
H A D | 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, 'n [all...] |
H A D | fake_filesystem_test.py | 42 is_windows = sys.platform.startswith('win') variable in class:TestCase 1847 @unittest.skipIf(TestCase.is_windows, 'realpath does not follow symlinks in win32') 1883 if self.is_windows: 1890 @unittest.skipIf(TestCase.is_windows or TestCase.is_cygwin, 1976 @unittest.skipIf(sys.version_info >= (3, 0) or TestCase.is_windows, 1994 @unittest.skipIf(sys.version_info >= (3, 0) or TestCase.is_windows,
|
/external/clang/utils/check_cfc/ |
H A D | 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())
|
/external/clang/ |
H A D | build.py | 147 is_windows = host.startswith('windows') 149 bin_ext = '.exe' if is_windows else '' 151 if is_windows:
|
Completed in 566 milliseconds