Lines Matching refs:expected_path
35 expected_path = path_templates.GetExpectedPath(page)
39 expected_path = platform_expected_path
40 elif not os.path.exists(expected_path):
51 expected_path = path_templates.GetExpectedPath(page)
56 if (not os.path.exists(expected_path) and
67 if os.path.exists(expected_path):
71 cmd.extend([expected_path, actual_path])
106 expected_path = platform_expected_path
108 expected_path = path_templates.GetExpectedPath(page)
112 shutil.copyfile(actual_path, expected_path)
113 common.RunCommand(['optipng', expected_path])
127 self.expected_path = os.path.join(source_dir,
136 return self.expected_path % page