Home
last modified time | relevance | path

Searched refs:start_command (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/python/google/
Dhttpd_utils.py118 def __init__(self, start_command, stop_command, port_list, argument
130 self._start_command = start_command
/external/linux-tools-perf/util/
Drun-command.h49 int start_command(struct child_process *);
Drun-command.c18 int start_command(struct child_process *cmd) in start_command() function
192 int code = start_command(cmd); in run_command()
Dpager.c77 if (start_command(&pager_process)) in setup_pager()
/external/linux-tools-perf/
Dbuiltin-help.c83 if (start_command(&ec_process)) { in check_emacsclient_version()