Searched refs:exec_args (Results 1 – 2 of 2) sorted by relevance
265 exec_args = shlex.split(commands[0])267 if exec_args[0] not in SUBST:270 exec_args = [i.replace(s, subs[s]) if s in i else i for i in exec_args]271 run_list.append((None, exec_args, None, None))275 clang_args = exec_args
1222 const char *exec_args[2]; in do_spawn_ve() local1264 exec_args[0] = shell; in do_spawn_ve()1265 exec_args[1] = shell_opt; in do_spawn_ve()1266 argsp = exec_args; in do_spawn_ve()