Home
last modified time | relevance | path

Searched refs:adb_root (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/tests/
Dadb-remount-test.sh506 adb_root() { function
978 adb_root &&
1035 adb_root ||
1059 adb_root ||
1133 adb_root ||
1175 adb_root
1371 adb_root ||
1391 adb_root &&
1474 adb_root &&
1498 adb_root ||
[all …]
/system/core/adb/daemon/
Dmain.cpp84 bool adb_root = (prop == "1"); in should_drop_privileges() local
86 if (ro_debuggable && adb_root) { in should_drop_privileges()
/system/extras/simpleperf/scripts/
Dtest.py276 def prepare(cls, example_name, package_name, activity_name, abi=None, adb_root=False): argument
277 cls.adb = AdbHelper(enable_switch_to_root=adb_root)
294 cls.adb_root = adb_root
340 if not self.adb_root:
399 if not self.adb_root:
451 append_args = [] if self.adb_root else ["--disable_adb_root"]
621 adb_root=True)
726 adb_root=True)
811 adb_root=False)
893 adb_root=True)
/system/core/adb/client/
Dcommandline.cpp1102 static bool adb_root(const char* command) { in adb_root() function
1870 return adb_root(argv[0]) ? 0 : 1; in adb_commandline()