Searched defs:run_command (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.c240 run_command(title, 10, SU_PATH, "root", "showmap", arg, NULL);
443 int run_command(const char *title, int timeout_seconds, const char *command, ...) { function
794 run_command("ROUTE TABLE IPv4", 10, "ip", "-4", "route", "show", "table", table, NULL);
795 run_command("ROUTE TABLE IPv6", 10, "ip", "-6", "route", "show", "table", table, NULL);

Completed in 54 milliseconds