Home | History | Annotate | Download | only in benchtools

Lines Matching refs:repo_dir

101 def calc_expectations(p, h, gs_dir, exp_dir, repo_dir, extra_dir, extra_hash):
143 repo_file = os.path.join(repo_dir, 'expectations', 'bench', exp_filename)
150 def checkout_or_update_skia(repo_dir):
153 os.chdir(repo_dir)
159 clean_dir(repo_dir)
160 os.chdir(repo_dir)
169 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit,
180 os.chdir(repo_dir)
234 repo_dir = os.path.join(d, 'skia')
235 if not os.path.exists(repo_dir):
236 os.makedirs(repo_dir)
237 if not checkout_or_update_skia(repo_dir):
238 print 'ERROR setting up Skia repo at %s' % repo_dir
310 if calc_expectations(p, h, gs_dir, exp_dir, repo_dir, extra_dir,
313 elif calc_expectations(p, h, gs_dir, exp_dir, repo_dir, '', ''):
318 repo_dir, exp_dir, update_li, rebase_hash, commit, extra_hash):