HomeSort by relevance Sort by last modified time
    Searched refs:repo_file (Results 1 - 2 of 2) sorted by null

  /external/skia/experimental/benchtools/
rebase.py 102 repo_file = os.path.join(repo_dir, 'expectations', 'bench', exp_filename)
103 if (os.path.isfile(repo_file) and
104 filecmp.cmp(repo_file, os.path.join(exp_dir, exp_filename))):
105 print 'NO CHANGE ON %s' % repo_file
  /external/chromium_org/third_party/skia/experimental/benchtools/
rebase.py 143 repo_file = os.path.join(repo_dir, 'expectations', 'bench', exp_filename)
144 if (os.path.isfile(repo_file) and
145 filecmp.cmp(repo_file, os.path.join(exp_dir, exp_filename))):
146 print 'NO CHANGE ON %s' % repo_file

Completed in 2891 milliseconds