Searched refs:adb_root (Results 1 – 12 of 12) sorted by relevance
28 def prepare(cls, example_name, package_name, activity_name, abi=None, adb_root=False): argument29 cls.adb = AdbHelper(enable_switch_to_root=adb_root)46 cls.adb_root = adb_root92 if not self.adb_root:151 if not self.adb_root:200 append_args = [] if self.adb_root else ["--disable_adb_root"]
86 adb_root=True)171 adb_root=False)
94 adb_root=True)
178 adb_root=True)
513 adb_root() { function1048 adb_root ||1094 adb_root ||1168 adb_root ||1210 adb_root1406 adb_root ||1426 adb_root &&1509 adb_root &&1533 adb_root ||1565 adb_root ||[all …]
23 function adb_root function
35 adb_root
49 adb_root
85 bool adb_root = (prop == "1"); in should_drop_privileges() local87 if (ro_debuggable && adb_root) { in should_drop_privileges()
287 def adb_root(self): member in UtilAndroid512 self.adb_root()644 self.adb_root()
439 android.adb_root()619 android.adb_root()
1103 static bool adb_root(const char* command) { in adb_root() function1871 return adb_root(argv[0]) ? 0 : 1; in adb_commandline()