Searched refs:adb_path (Results 1 – 3 of 3) sorted by relevance
50 adb_path = shutil.which('adb')51 adb_cmd = [shlex.quote(adb_path)]60 ssh_connection.send_file(adb_path, temp_dir)
96 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))
180 std::string adb_path = android::base::GetExecutablePath(); in install() local200 adb_launch_process(adb_path, std::move(args), {connection_fd.get(), pipe_write_fd}); in install()