Lines Matching refs:affected_file
68 for affected_file in input_api.AffectedFiles(None):
69 affected_file_path = affected_file.LocalPath()
105 for affected_file in input_api.AffectedSourceFiles(None):
106 affected_file_path = affected_file.LocalPath()
137 for affected_file in input_api.AffectedSourceFiles(source_file_filter):
138 if ('third_party/' in affected_file.LocalPath() or
139 'tests/sksl/' in affected_file.LocalPath()):
141 contents = input_api.ReadFile(affected_file, 'rb')
144 '%s is missing a correct copyright header.' % affected_file))
367 for affected_file in input_api.AffectedFiles():
368 affected_file_path = affected_file.LocalPath()
395 for affected_file in input_api.AffectedFiles():
396 affected_file_path = affected_file.LocalPath()
475 for affected_file in change.AffectedFiles():
476 affected_file_path = affected_file.LocalPath()