Searched refs:exec_command (Results 1 – 2 of 2) sorted by relevance
9 def exec_command(cmd, log_path='out/build.log', **kwargs): function50 exec_command(ldargs)
179 int exec_command(FILE *in, FILE *out, void *cmd) in exec_command() function194 return _start_process(name, exec_command, (void*)command, fdin, fdout, 1); in start_system_process()