Searched refs:_git_check_call (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/infra/bots/ |
D | recipes.py | 131 def _git_check_call(argv, **kwargs): function 181 _git_check_call(['init', engine_path], stdout=NUL) 184 _git_check_call(['rev-parse', '--verify', 190 _git_check_call(['fetch', url, branch], 196 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 198 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path) 202 _git_check_call(['clean', '-qxf'], cwd=engine_path)
|
/third_party/gn/infra/ |
D | recipes.py | 141 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)
|
/third_party/skia/infra/bots/ |
D | recipes.py | 141 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)
|