Searched refs:_git_check_call (Results 1 - 2 of 2) sorted by relevance
/third_party/gn/infra/ |
H A D | recipes.py | 141 def _git_check_call(argv, **kwargs): function 195 _git_check_call(['init', engine_path], stdout=NUL) 198 _git_check_call(['rev-parse', '--verify', 204 _git_check_call(['fetch', '--quiet', url, branch], 209 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 218 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path) 222 _git_check_call(['clean', '-qxf'], cwd=engine_path)
|
/third_party/skia/infra/bots/ |
H A 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)
|
Completed in 1 milliseconds