Lines Matching refs:subprocess
10 import subprocess
64 subprocess.check_output(fetch_cmd, stderr=subprocess.STDOUT)
65 except subprocess.CalledProcessError:
90 subprocess.check_output(fetch_cmd, stderr=subprocess.STDOUT)
91 except subprocess.CalledProcessError:
211 subprocess.check_output(['repo', 'start', branch_name] + list(created_dirs.keys()))
215 subprocess.check_output(git + ['add'] + list(created_dirs[repo]))
220 subprocess.check_output(git + ['add', COMPAT_README])
223 …change_id_match = re.search(r'Change-Id: [^\\n]+', str(subprocess.check_output(git + ['log', '-1']…
228 subprocess.check_output(git + ['commit', '--amend', '-m', commit_message + change_id])
230 subprocess.check_output(git + ['commit', '-m', commit_message])