Home
last modified time | relevance | path

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

/external/autotest/venv/skylab_staging/
Dswarming.py86 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/
Dbuild_bench.py171 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/
Dfilesystem_test_helper.hpp237 static inline void fs_helper_run(std::string const& raw_cmd) { in fs_helper_run()
243 cmd += " \"" + raw_cmd + "\""; in fs_helper_run()