Lines Matching refs:LocalPath
192 def LocalPath(self):
207 only_paths = set([imf.LocalPath() for imf in impacted_files])
209 if not af.LocalPath() in only_paths:
217 if not CppChecker.IsCppFile(f.LocalPath()):
221 added_includes.append([f.LocalPath(), changed_lines])
271 local_path = f.LocalPath()
323 local_path = f.LocalPath()
366 local_path = f.LocalPath()
423 lambda file: file.LocalPath() == src_version):
464 with open(f.LocalPath()) as j:
469 f.LocalPath(), e))
516 with open(f.LocalPath()) as fh:
518 errors.append(f'in {f.LocalPath()}: {match.group().strip()}')