Lines Matching refs:LocalPath
75 if not CppChecker.IsCppFile(f.LocalPath()):
79 added_includes.append([f.LocalPath(), changed_lines])
195 '', input_api.os_path.basename(f.LocalPath()))
233 warnings.extend(_CheckIncludeOrderForScope(scope, input_api, f.LocalPath(),
255 if f.LocalPath().endswith(('.cc', '.cpp', '.h', '.mm')):
275 if not f.LocalPath().startswith(('testing/resources/pixel/',
279 if f.LocalPath().endswith('.in'):
281 elif f.LocalPath().endswith('.pdf'):
285 path = f.LocalPath()[:-end_len]
302 if not f.LocalPath().endswith('.png'):
304 if expected_pattern.match(f.LocalPath()):
307 'PNG file %s does not have the correct format' % f.LocalPath()))