Lines Matching refs:affected_file
574 for affected_file in gn_files:
575 for (line_number, affected_line) in affected_file.ChangedContents():
580 output_api.PresubmitError(error_msg % (affected_file.LocalPath(),
596 for affected_file in gn_files:
597 for (line_number, affected_line) in affected_file.ChangedContents():
601 output_api.PresubmitError(error_msg % (affected_file.LocalPath(),
755 def FilterFile(affected_file): argument
756 return (input_api.os_path.splitext(affected_file.LocalPath())[1] == '.json'
757 and source_file_filter(affected_file))
768 for affected_file in input_api.AffectedFiles(
771 affected_file.AbsoluteLocalPath())
774 (affected_file.LocalPath(),