Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dadb.py50 adb_path = shutil.which('adb')
51 adb_cmd = [shlex.quote(adb_path)]
60 ssh_connection.send_file(adb_path, temp_dir)
/packages/modules/Bluetooth/system/blueberry/controllers/
Dandroid_bt_target_device.py96 self.adb_path = os.path.join(ADB_PATH, ADB_FILE)
438 duration_sec, self.adb_path)
455 adb_pull_args = [self.adb_path, self.audio_capture_path]
459 self.log.info('delete the recored file %s', self.adb_path)
460 self._ad.adb.shell('rm {}'.format(self.adb_path))
/packages/modules/adb/client/
Dincremental.cpp180 std::string adb_path = android::base::GetExecutablePath(); in install() local
200 adb_launch_process(adb_path, std::move(args), {connection_fd.get(), pipe_write_fd}); in install()