Searched refs:_run_command (Results 1 – 2 of 2) sorted by relevance
22 def _run_command(self, cmd, block=True): member in LocalShell45 process = self._run_command(cmd, block)62 process = self._run_command(cmd)71 process = self._run_command(cmd)103 def _run_command(self, cmd): member in AdbShell116 return self._host_shell._run_command(cmd)127 process = self._run_command(cmd)159 process = self._run_command(cmd)
145 self.run_command = package_manager._run_command219 self.run_command = package_manager._run_command269 def _run_command(command, _run_command_args=run_function_args, function285 self._run_command = _run_command325 self._run_command(test_cmd % destpath)408 self._run_command('mkdir -p %s' % fetch_dir)426 self._run_command('rm -rf %s' % install_dir)427 self._run_command('mkdir -p %s' % install_dir)719 checksum_file_contents = self._run_command('cat '747 self._run_command('echo "%s" > %s' % (checksum_contents,[all …]