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

  /external/chromium_org/tools/
safely-roll-deps.py 19 import subprocess2 namespace
49 """Wrapper for subprocess2 which prints out every command."""
54 return getattr(subprocess2, attr)(cmd, *args, **kwargs)
safely-roll-blink.py 19 import subprocess2 namespace
86 subprocess2.check_output(
109 subprocess2.check_output(['git', 'commit', '-m', commit_msg, 'DEPS'])
110 subprocess2.check_call(['git', 'diff', options.upstream])
118 subprocess2.check_call(upload_cmd)
121 subprocess2.check_output(['git', 'checkout', old_branch])
122 subprocess2.check_output(['git', 'branch', '-D', 'blink_roll'])

Completed in 441 milliseconds