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

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

Completed in 58 milliseconds