Searched refs:adb_root (Results 1 – 3 of 3) sorted by relevance
19 def adb_root(): function108 adb_root()
82 bool adb_root = (prop == "1"); in should_drop_privileges() local84 if (ro_debuggable && adb_root) { in should_drop_privileges()
1053 static bool adb_root(const char* command) { in adb_root() function1872 return adb_root(argv[0]) ? 0 : 1; in adb_commandline()