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.py59 def repo_run_command(repo, cmd, ignore_status=False, cd=True): function
88 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False)
98 df = repo_run_command(repo,
111 repo_run_command(repo, 'touch %s' % repo_testfile).stdout.strip()
112 repo_run_command(repo, 'rm ' + repo_testfile)
125 repo_run_command(repo, cmd, ignore_status=True)