Searched refs:_git_check_call (Results 1 – 2 of 2) sorted by relevance
/external/skia/infra/bots/ |
D | recipes.py | 110 def _git_check_call(argv, **kwargs): function 160 _git_check_call(['init', engine_path], stdout=NUL) 163 _git_check_call(['rev-parse', '--verify', '%s^{commit}' % revision], 166 _git_check_call(['fetch', url, branch], cwd=engine_path, stdout=NUL, 170 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 172 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path)
|
/external/skqp/infra/bots/ |
D | recipes.py | 107 def _git_check_call(argv, **kwargs): function 157 _git_check_call(['init', engine_path], stdout=NUL) 160 _git_check_call(['rev-parse', '--verify', '%s^{commit}' % revision], 163 _git_check_call(['fetch', url, branch], cwd=engine_path, stdout=NUL, 167 _git_check_call(['diff', '--quiet', revision], cwd=engine_path) 169 _git_check_call(['reset', '-q', '--hard', revision], cwd=engine_path)
|