HomeSort by relevance Sort by last modified time
    Searched refs:_run_command (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/faft/utils/
shell_wrapper.py 22 def _run_command(self, cmd, block=True): member in class:LocalShell
45 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 class:AdbShell
116 return self._host_shell._run_command(cmd)
127 process = self._run_command(cmd)
159 process = self._run_command(cmd)
  /external/autotest/client/common_lib/
packages.py 145 self.run_command = package_manager._run_command
219 self.run_command = package_manager._run_command
269 def _run_command(command, _run_command_args=run_function_args, function in function:BasePackageManager.__init__
285 self._run_command = _run_command
313 This is a wrapper for _run_command.
325 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
    [all...]
  /tools/repohooks/rh/
hooks.py 188 def _run_command(cmd, **kwargs): function
261 result = _run_command(cmd, **kwargs)
271 _run_command(cmd, **kwargs),
452 result = _run_command(cmd, input=data)
hooks_unittest.py 210 """Check _run_command behavior."""
213 ret = rh.hooks._run_command(['true'])

Completed in 496 milliseconds