Home | History | Annotate | Download | only in benchtools

Lines Matching refs:repo_dir

91 def calc_expectations(p, h, gs_dir, exp_dir, repo_dir):
102 repo_file = os.path.join(repo_dir, 'expectations', 'bench', exp_filename)
109 def checkout_or_update_skia(repo_dir):
112 os.chdir(repo_dir)
118 clean_dir(repo_dir)
119 os.chdir(repo_dir)
128 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit):
136 os.chdir(repo_dir)
183 repo_dir = os.path.join(d, 'skia')
184 if not os.path.exists(repo_dir):
185 os.makedirs(repo_dir)
186 if not checkout_or_update_skia(repo_dir):
187 print 'ERROR setting up Skia repo at %s' % repo_dir
233 if calc_expectations(p, h, gs_dir, exp_dir, repo_dir):
238 repo_dir, exp_dir, update_li, args.githash[:7], commit):