Home
last modified time | relevance | path

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

/third_party/skia/infra/bots/
Drecipes.py141 def _git_check_call(argv, **kwargs): function
191 _git_check_call(['init', engine_path], stdout=NUL)
194 _git_check_call(['rev-parse', '--verify',
200 _git_check_call(['fetch', url, branch],
206 _git_check_call(['diff', '--quiet', revision], cwd=engine_path)
215 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path)
219 _git_check_call(['clean', '-qxf'], cwd=engine_path)
/third_party/gn/infra/
Drecipes.py141 def _git_check_call(argv, **kwargs): function
191 _git_check_call(['init', engine_path], stdout=NUL)
194 _git_check_call(['rev-parse', '--verify',
200 _git_check_call(['fetch', '--quiet', url, branch],
205 _git_check_call(['diff', '--quiet', revision], cwd=engine_path)
214 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path)
218 _git_check_call(['clean', '-qxf'], cwd=engine_path)