HomeSort by relevance Sort by last modified time
    Searched refs:SU_PATH (Results 1 - 6 of 6) sorted by null

  /device/lge/mako/dumpstate/
dumpstate.c 23 run_command("MODEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/mdm", NULL);
  /device/lge/hammerhead/dumpstate/
dumpstate.c 23 run_command("SUBSYSTEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/ramdump", NULL);
  /device/asus/deb/dumpstate/
dumpstate.c 33 run_command("MODEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/mdm", NULL);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 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)
    [all...]
dumpstate.h 25 #define SU_PATH "/system/xbin/su"
utils.c 209 run_command(title, 10, SU_PATH, "root", "showmap", arg, NULL);

Completed in 243 milliseconds