Searched refs:adb_root (Results 1 – 2 of 2) sorted by relevance
85 bool adb_root = (prop == "1"); in should_drop_privileges() local87 if (ro_debuggable && adb_root) { in should_drop_privileges()
1103 static bool adb_root(const char* command) { in adb_root() function1871 return adb_root(argv[0]) ? 0 : 1; in adb_commandline()