Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dpackages.py53 def repo_run_command(repo, cmd, ignore_status=False, cd=True): function
82 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False)
92 df = repo_run_command(repo,
105 repo_run_command(repo, 'touch %s' % repo_testfile).stdout.strip()
106 repo_run_command(repo, 'rm ' + repo_testfile)
119 repo_run_command(repo, cmd, ignore_status=True)