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

  /external/chromium/build/util/
lastchange.py 62 def RunGitCommand(directory, command):
97 proc = RunGitCommand(directory, ['rev-parse', 'HEAD'])
117 proc = RunGitCommand(directory, ['config', '--get-regexp', '^svn'])
133 proc = RunGitCommand(directory, ['svn', 'info', '--url'])
154 proc = RunGitCommand(directory, git_command)
176 proc = RunGitCommand(directory, ['log', '-' + str(depth)])
  /external/chromium_org/build/util/
lastchange.py 66 def RunGitCommand(directory, command):
102 proc = RunGitCommand(directory, ['rev-parse', 'HEAD'])
119 proc = RunGitCommand(directory, ['log', '-1',

Completed in 58 milliseconds