Searched refs:exec_command (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/engine/flutter/sky/tools/ |
D | flutter_gdb | 157 exec_command = [os.path.join(flutter_root, self._gdb_local_path())] 159 exec_command += ['--eval-command', command] 161 os.execv(exec_command[0], exec_command)
|
/third_party/musl/scripts/ |
D | install.py | 9 def exec_command(cmd, log_path='out/build.log', **kwargs): function 50 exec_command(ldargs)
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | process.c | 179 int exec_command(FILE *in, FILE *out, void *cmd) in exec_command() function 194 return _start_process(name, exec_command, (void*)command, fdin, fdout, 1); in start_system_process()
|