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():
150 sources = lambda x: ('dm_flags.py' in x.LocalPath() or
151 'nanobench_flags.py' in x.LocalPath())
153 if 0 != subprocess.call(['python', f.LocalPath(), 'test']):
161 if not any(f.LocalPath().startswith('infra')
178 if (not f.LocalPath().endswith('.gn') and
179 not f.LocalPath().endswith('.gni')):
183 cmd = [gn, 'format', '--dry-run', f.LocalPath()]
187 fix = 'gn format ' + f.LocalPath()
208 sources = lambda x: (x.LocalPath().endswith('.h') or
209 x.LocalPath().endswith('.py') or
210 x.LocalPath().endswith('.sh') or
211 x.LocalPath().endswith('.m') or
212 x.LocalPath().endswith('.mm') or
213 x.LocalPath().endswith('.go') or
214 x.LocalPath().endswith('.c') or
215 x.LocalPath().endswith('.cc') or
216 x.LocalPath().endswith('.cpp'))
367 affected_file_path = affected_file.LocalPath()
450 affected_file_path = affected_file.LocalPath()