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.sh335 adb_root() { function
670 adb_root &&
715 adb_root ||
740 adb_root ||
805 adb_root ||
993 adb_root ||
1000 adb_root &&
1075 adb_root &&
1093 adb_root ||
1118 adb_root ||
[all …]
/system/core/adb/daemon/
Dmain.cpp96 bool adb_root = (prop == "1"); in should_drop_privileges() local
98 if (ro_debuggable && adb_root) { in should_drop_privileges()
/system/extras/simpleperf/scripts/
Dtest.py129 def prepare(cls, example_name, package_name, activity_name, abi=None, adb_root=False): argument
130 cls.adb = AdbHelper(enable_switch_to_root=adb_root)
150 cls.adb_root = adb_root
204 if not self.adb_root:
278 if not self.adb_root:
330 append_args = [] if self.adb_root else ["--disable_adb_root"]
501 adb_root=True)
601 adb_root=True)
687 adb_root=False)
769 adb_root=True)
/system/core/adb/client/
Dcommandline.cpp1095 static bool adb_root(const char* command) { in adb_root() function
1716 return adb_root(argv[0]) ? 0 : 1; in adb_commandline()