Home
last modified time | relevance | path

Searched refs:LocalPath (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/
H A DPRESUBMIT.py38 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()
[all...]
/third_party/node/deps/v8/
H A DPRESUBMIT.py192 def LocalPath(self): member in _CheckUnwantedDependencies.ImpactedFile
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()) a
[all...]
/third_party/node/deps/v8/tools/mb/
H A DPRESUBMIT.py31 is_mb_config = (lambda filepath: 'mb_config.pyl' in filepath.LocalPath())
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py251 if (not self.IgnoreFile(f.LocalPath()) and
252 self.IsRelevant(f.LocalPath()) and
253 all(not self.IgnoreDir(d) for d in dirs(f.LocalPath())) and
254 any(map(f.LocalPath().startswith, search_paths)))
/third_party/node/deps/v8/tools/clusterfuzz/trials/
H A DPRESUBMIT.py41 'JSON validation failed for %s. Error:\n%s' % (f.LocalPath(), e))
/third_party/skia/third_party/externals/tint/
H A DPRESUBMIT.py116 f.LocalPath(), line_num, match.group(0)))
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py263 new_headers.append(f.LocalPath())

Completed in 4 milliseconds