Searched refs:SU_PATH (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.c | 99 run_command("LIST OF OPEN FILES", 10, SU_PATH, "root", "lsof", NULL); in dumpstate() 161 run_command(NULL, 5, SU_PATH, "root", "screenshot", screenshot_path, NULL); in dumpstate() 165 run_command("SYSTEM SETTINGS", 20, SU_PATH, "root", "sqlite3", in dumpstate() 170 run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL); in dumpstate() 178 run_command("IPTABLES", 10, SU_PATH, "root", "iptables", "-L", "-nvx", NULL); in dumpstate() 179 run_command("IP6TABLES", 10, SU_PATH, "root", "ip6tables", "-L", "-nvx", NULL); in dumpstate() 180 run_command("IPTABLE NAT", 10, SU_PATH, "root", "iptables", "-t", "nat", "-L", "-nvx", NULL); in dumpstate() 182 run_command("IPTABLE RAW", 10, SU_PATH, "root", "iptables", "-t", "raw", "-L", "-nvx", NULL); in dumpstate() 183 run_command("IP6TABLE RAW", 10, SU_PATH, "root", "ip6tables", "-t", "raw", "-L", "-nvx", NULL); in dumpstate() 186 SU_PATH, "root", "wpa_cli", "list_networks", NULL); in dumpstate() [all …]
|
D | dumpstate.h | 24 #define SU_PATH "/system/xbin/su" macro
|
D | utils.c | 139 run_command(title, 10, SU_PATH, "root", "showmap", arg, NULL); in do_showmap()
|