Lines Matching refs:LocalPath
38 eof_files.append(f.LocalPath())
51 affected_file_path = affected_file.LocalPath()
88 affected_file_path = affected_file.LocalPath()
120 if ('third_party/' in affected_file.LocalPath() or
121 'tests/sksl/' in affected_file.LocalPath()):
133 if not any(f.LocalPath().startswith('infra')
150 if (f.LocalPath().endswith('.gn') or
151 f.LocalPath().endswith('.gni')):
167 cmd = [gn, 'format', '--dry-run', f.LocalPath()]
171 fix = 'bin/gn format ' + f.LocalPath()
182 if f.LocalPath().endswith('.md'):
190 f.LocalPath(), line_num, line)))
223 if f.LocalPath() in relevant_files:
237 if not any(f.LocalPath().startswith('docs/examples/')
261 sources = lambda x: (x.LocalPath().endswith('.h') or
262 x.LocalPath().endswith('.py') or
263 x.LocalPath().endswith('.sh') or
264 x.LocalPath().endswith('.m') or
265 x.LocalPath().endswith('.mm') or
266 x.LocalPath().endswith('.go') or
267 x.LocalPath().endswith('.c') or
268 x.LocalPath().endswith('.cc') or
269 x.LocalPath().endswith('.cpp'))
337 affected_file_path = affected_file.LocalPath()
376 affected_file_path = affected_file.LocalPath()