Searched refs:git_args (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/ |
D | update.py | 23 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/ |
D | search_related_commits.py | 68 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()
|
D | test_mergeinfo.py | 22 def _execute_git(self, git_args): argument 24 fullCommand = ["git", "-C", self.base_dir] + git_args
|
D | test_search_related_commits.py | 22 def _execute_git(self, git_args): argument 24 fullCommand = ["git", "-C", self.base_dir] + git_args
|