Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:SU_PATH

103     run_command("LIST OF OPEN FILES", 10, SU_PATH, "root", "lsof", NULL);
169 run_command("SYSTEM SETTINGS", 20, SU_PATH, "root", "sqlite3",
174 run_command("NETWORK INTERFACES", 10, SU_PATH, "root", "netcfg", NULL);
182 run_command("IPTABLES", 10, SU_PATH, "root", "iptables", "-L", "-nvx", NULL);
183 run_command("IP6TABLES", 10, SU_PATH, "root", "ip6tables", "-L", "-nvx", NULL);
184 run_command("IPTABLE NAT", 10, SU_PATH, "root", "iptables", "-t", "nat", "-L", "-nvx", NULL);
186 run_command("IPTABLE RAW", 10, SU_PATH, "root", "iptables", "-t", "raw", "-L", "-nvx", NULL);
187 run_command("IP6TABLE RAW", 10, SU_PATH, "root", "ip6tables", "-t", "raw", "-L", "-nvx", NULL);
190 SU_PATH, "root", "wpa_cli", "IFNAME=wlan0", "list_networks", NULL);
194 SU_PATH, "root", "wlutil", "counters", NULL);
209 SU_PATH, "root", "dhdutil", "-i", "wlan0", "dump", NULL);
211 SU_PATH, "root", "wlutil", "counters", NULL);
222 run_command("PACKAGE SETTINGS", 20, SU_PATH, "root", "cat", "/data/system/packages.xml", NULL);
266 SU_PATH, "root", "vril-dump", NULL);