Searched refs:SU_PATH (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 975 run_command("PROCRANK", 20, SU_PATH, "root", "procrank", NULL); in dumpstate() 989 run_command("LIBRANK", 10, SU_PATH, "root", "librank", NULL); in dumpstate() 997 run_command("LIST OF OPEN FILES", 10, SU_PATH, "root", "lsof", NULL); in dumpstate() 1100 SU_PATH, "root", WLUTIL, "nd_hostip", NULL); in dumpstate() 1103 SU_PATH, "root", WLUTIL, "counters", NULL); in dumpstate() 1106 SU_PATH, "root", WLUTIL, "nd_status", NULL); in dumpstate() 1115 SU_PATH, "root", "dhdutil", "-i", "wlan0", "dump", NULL); in dumpstate() 1118 SU_PATH, "root", WLUTIL, "counters", NULL); in dumpstate() 1121 SU_PATH, "root", WLUTIL, "nd_status", NULL); in dumpstate() 1173 SU_PATH, "root", "vril-dump", NULL); in dumpstate()
|
D | dumpstate.h | 50 #define SU_PATH "/system/xbin/su" macro
|
D | utils.cpp | 404 run_command(title, 10, SU_PATH, "root", "showmap", "-q", arg, NULL); in do_showmap()
|