Home
last modified time | relevance | path

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

/external/chromium-trace/
Dupdate.py23 git_args = ['git', 'clone', upstream_git, catapult_dir] variable
24 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
32 git_args = ['git', 'rev-parse', 'HEAD'] variable
33 p = subprocess.Popen(git_args,
/external/v8/tools/release/
Dsearch_related_commits.py68 def git_args(grep_pattern): function
78 git_working_dir, git_args(start_hash), verbose).strip()
84 git_working_dir, git_args(commit_position), verbose).strip()
94 git_working_dir, git_args(title), verbose).strip()
Dtest_mergeinfo.py22 def _execute_git(self, git_args): argument
24 fullCommand = ["git", "-C", self.base_dir] + git_args
Dtest_search_related_commits.py22 def _execute_git(self, git_args): argument
24 fullCommand = ["git", "-C", self.base_dir] + git_args