Home
last modified time | relevance | path

Searched refs:run_cmd (Results 1 – 4 of 4) sorted by relevance

/toolchain/benchmark/
Dcollect_profile.py57 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)
/toolchain/binutils/binutils-2.27/binutils/
Dresrc.c183 static int run_cmd (char *, const char *);
197 run_cmd (char *cmd, const char *redir) in run_cmd() function
323 if (run_cmd (cmd, cpp_temp_file)) in open_input_stream()
DChangeLog-2010192 * resrc.c (run_cmd): Likewise.
DChangeLog-00012026 (run_cmd): New static function.