Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 7 of 7) sorted by relevance

/external/lldb/utils/test/
Dlldb-disasm.py68 def run_command(ci, cmd, res, echo=True): function
107 run_command(ci, cmd, res, not quiet_disassembly)
110 run_command(ci, 'file %s' % exe, res, not quiet_disassembly)
167 run_command(ci, cmd, res, not quiet_disassembly)
/external/vboot_reference/futility/
Dfutility.c274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) in run_command() function
319 return run_command(cmd, argc, argv); in main()
364 return run_command(cmd, argc, argv); in main()
/external/linux-tools-perf/src/tools/perf/util/
Drun-command.c190 int run_command(struct child_process *cmd) in run_command() function
213 return run_command(&cmd); in run_command_v_opt()
Drun-command.h51 int run_command(struct child_process *);
/external/toybox/toys/pending/
Dinit.c191 static void run_command(char *command) in run_command() function
268 run_command(x->command); in final_run()
399 run_command(x->command); in restart_init_handler()
/external/skia/tools/
Dfind_run_binary.py14 def run_command(args): function
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Ddoctest_webapp.py50 def run_command(command, name, and_print=False): function