Home
last modified time | relevance | path

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

/external/chromium_org/tools/auto_bisect/
Dbuilder.py33 if bisect_utils.IsWindowsHost():
102 if bisect_utils.IsWindowsHost():
135 assert bisect_utils.IsWindowsHost(), 'msvs is only supported on Windows.'
318 if bisect_utils.IsWindowsHost():
Dbisect_utils.py473 shell = IsWindowsHost()
498 shell = IsWindowsHost()
541 def IsWindowsHost(): function
Dbisect_perf_regression.py284 if bisect_utils.IsWindowsHost():
310 if bisect_utils.IsWindowsHost():
388 elif (bisect_utils.IsWindowsHost()
403 assert bisect_utils.IsWindowsHost() or bisect_utils.IsMacHost()
1292 if bisect_utils.IsWindowsHost():
1592 args = shlex.split(command_to_run, posix=not bisect_utils.IsWindowsHost())
2238 if bisect_utils.IsWindowsHost():