Home
last modified time | relevance | path

Searched refs:adb_path (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/lldb/
Drun_tests.py181 self.adb_path = _choice(args.adb_path, config.adb_path)
242 self.android = UtilAndroid(self.adb_path,
511 state.adb_path,
Dconfig.py33 def adb_path(self): member in Config
/frameworks/rs/tests/lldb/tests/harness/
Dutil_android.py40 def __init__(self, adb_path, lldb_server_path_device, device): argument
42 self._path_adb = adb_path
/frameworks/rs/tests/lldb/tests/
Drun_test.py305 android = harness.UtilAndroid(args.adb_path,
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py112 self.adb_path = os.path.join(self.android_build_top,
139 largs.insert(0, self.adb_path)