Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/scripts/
Dinstall.py9 def exec_command(cmd, log_path='out/build.log', **kwargs): function
50 exec_command(ldargs)
/third_party/cups-filters/filter/foomatic-rip/
Dprocess.c179 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()