Lines Matching refs:expected_path
24 expected_path = path_templates.GetExpectedPath(i)
28 expected_path = platform_expected_path
29 elif not os.path.exists(expected_path):
41 expected_path = path_templates.GetExpectedPath(i)
46 if (not os.path.exists(expected_path) and
53 if os.path.exists(expected_path):
55 [self.pdfium_diff_path, expected_path, actual_path])
87 expected_path = platform_expected_path
89 expected_path = path_templates.GetExpectedPath(page)
91 expected_path = None
93 if expected_path is not None and os.path.exists(expected_path):
94 shutil.copyfile(actual_path, expected_path)
110 self.expected_path = os.path.join(
119 return self.expected_path % page