Searched refs:run_cmd (Results 1 – 4 of 4) sorted by relevance
57 run_cmd = ['./run.py', '-b=' + bench]59 run_cmd.append('-s=' + serial)60 run_cmd.append('-r=' + remote)61 run_cmd.append('-f=-fprofile-generate=%s' % pathDUT)62 run_cmd.append('--ldflags=-fprofile-generate=%s' % pathDUT)64 subprocess.check_call(run_cmd)66 logging.error('Error running %s.', run_cmd)
183 static int run_cmd (char *, const char *);197 run_cmd (char *cmd, const char *redir) in run_cmd() function323 if (run_cmd (cmd, cpp_temp_file)) in open_input_stream()
192 * resrc.c (run_cmd): Likewise.
2026 (run_cmd): New static function.