Searched refs:raw_cmd (Results 1 – 3 of 3) sorted by relevance
/external/autotest/venv/skylab_staging/ |
D | swarming.py | 86 raw_cmd = self._suite_cmd_common(board, pool, build, suite_name, timeout_s) 87 raw_cmd += ['--create_and_return'] 88 return self._run(board, pool, build, suite_name, timeout_s, raw_cmd) 101 raw_cmd = self._suite_cmd_common(board, pool, build, suite_name, timeout_s) 102 raw_cmd += ['--suite_id', task_id] 103 return self._run(board, pool, build, suite_name, timeout_s, raw_cmd) 119 def _run(self, board, pool, build, suite_name, timeout_s, raw_cmd): argument 151 cmd += ['--'] + raw_cmd
|
/external/toolchain-utils/android_bench_suite/ |
D | build_bench.py | 171 raw_cmd = ('cd {android_home} ' 185 ['bash', '-c', raw_cmd], stdout=logfile, stderr=logfile) 188 '%s for more info.', raw_cmd, log_file)
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 237 static inline void fs_helper_run(std::string const& raw_cmd) { in fs_helper_run() 243 cmd += " \"" + raw_cmd + "\""; in fs_helper_run()
|