Home
last modified time | relevance | path

Searched refs:SU_PATH (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.c160 run_command("LIST OF OPEN FILES", 10, SU_PATH, "root", "lsof", NULL); in dumpstate()
245 run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL); in dumpstate()
258 run_command("IPTABLES", 10, SU_PATH, "root", "iptables", "-L", "-nvx", NULL); in dumpstate()
259 run_command("IP6TABLES", 10, SU_PATH, "root", "ip6tables", "-L", "-nvx", NULL); in dumpstate()
260 run_command("IPTABLE NAT", 10, SU_PATH, "root", "iptables", "-t", "nat", "-L", "-nvx", NULL); in dumpstate()
262 run_command("IPTABLE RAW", 10, SU_PATH, "root", "iptables", "-t", "raw", "-L", "-nvx", NULL); in dumpstate()
263 run_command("IP6TABLE RAW", 10, SU_PATH, "root", "ip6tables", "-t", "raw", "-L", "-nvx", NULL); in dumpstate()
266 SU_PATH, "root", "wpa_cli", "IFNAME=wlan0", "list_networks", NULL); in dumpstate()
270 SU_PATH, "root", "wlutil", "counters", NULL); in dumpstate()
285 SU_PATH, "root", "dhdutil", "-i", "wlan0", "dump", NULL); in dumpstate()
[all …]
Ddumpstate.h25 #define SU_PATH "/system/xbin/su" macro
Dutils.c215 run_command(title, 20, SU_PATH, "root", "sqlite3", dbpath, sql, NULL); in do_dump_settings()
250 run_command(title, 10, SU_PATH, "root", "showmap", arg, NULL); in do_showmap()