Searched refs:run_command_with_output (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/scripts/ |
D | run_gtest_angle_test.py | 112 rc = test_env.run_command_with_output(cmd, env=env, stdoutfile=tempfile_path)
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | run_perf_tests.py | 78 def run_command_with_output(argv, stdoutfile, env=None, cwd=None, log=True): function 97 exit_code = run_command_with_output(cmd, env=env, stdoutfile=tempfile_path, log=False)
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | restricted_trace_gold_tests.py | 132 return test_env.run_command_with_output(cmd, env=env, stdoutfile=stdoutfile)
|