Searched refs:affected_file (Results 1 – 5 of 5) sorted by relevance
93 for affected_file in input_api.AffectedSourceFiles(None):94 affected_file_path = affected_file.LocalPath()120 for affected_file in input_api.AffectedSourceFiles(None):121 affected_file_path = affected_file.LocalPath()152 for affected_file in input_api.AffectedSourceFiles(source_file_filter):153 if 'third_party' in affected_file.LocalPath():155 contents = input_api.ReadFile(affected_file, 'rb')158 '%s is missing a correct copyright header.' % affected_file))288 for affected_file in input_api.AffectedFiles():289 affected_file_path = affected_file.LocalPath()[all …]
18 def ShouldCheck(affected_file): argument19 path = affected_file.LocalPath()34 def CheckAffectedFile(affected_file, results, output_api): argument35 path = affected_file.LocalPath()36 soup = parse_html.BeautifulSoup('\n'.join(affected_file.NewContents()))
219 def ShouldCheck(affected_file): argument222 path = affected_file.LocalPath()
154 def FilterFile(affected_file): argument158 affected_file,194 def FilterFile(affected_file): argument199 affected_file,
72 for affected_file in input_api.AffectedFiles():74 if affected_file.AbsoluteLocalPath() == presubmit_dir:76 for line in affected_file.GenerateScmDiff().splitlines():