Home
last modified time | relevance | path

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

/external/chromium-trace/
Dupdate.py25 git_args = ['git', 'clone', upstream_git, trace_viewer_dir] variable
26 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
34 git_args = ['git', 'rev-parse', 'HEAD'] variable
35 p = subprocess.Popen(git_args,