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

  /external/chromium-trace/
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/
search_related_commits.py 68 def git_args(grep_pattern): function in function:_search_related_commits
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()
test_mergeinfo.py 22 def _execute_git(self, git_args):
24 fullCommand = ["git", "-C", self.base_dir] + git_args
test_search_related_commits.py 22 def _execute_git(self, git_args):
24 fullCommand = ["git", "-C", self.base_dir] + git_args

Completed in 574 milliseconds