Lines Matching refs:LocalPath
56 eof_files.append(f.LocalPath())
69 affected_file_path = affected_file.LocalPath()
106 affected_file_path = affected_file.LocalPath()
138 if ('third_party/' in affected_file.LocalPath() or
139 'tests/sksl/' in affected_file.LocalPath()):
151 if not any(f.LocalPath().startswith('infra')
168 if (f.LocalPath().endswith('.gn') or
169 f.LocalPath().endswith('.gni')):
185 cmd = [gn, 'format', '--dry-run', f.LocalPath()]
189 fix = 'bin/gn format ' + f.LocalPath()
200 if f.LocalPath().endswith('.md'):
208 f.LocalPath(), line_num, line)))
241 if f.LocalPath() in relevant_files:
256 sources = lambda x: (x.LocalPath().endswith('.h') or
257 x.LocalPath().endswith('.py') or
258 x.LocalPath().endswith('.sh') or
259 x.LocalPath().endswith('.m') or
260 x.LocalPath().endswith('.mm') or
261 x.LocalPath().endswith('.go') or
262 x.LocalPath().endswith('.c') or
263 x.LocalPath().endswith('.cc') or
264 x.LocalPath().endswith('.cpp'))
368 affected_file_path = affected_file.LocalPath()
396 affected_file_path = affected_file.LocalPath()
476 affected_file_path = affected_file.LocalPath()