Home
last modified time | relevance | path

Searched refs:ignore_paths (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/debug/
Dfsdiff.py98 ignore_paths=(), ignore_hidden=True): argument
102 self.ignore_paths = ignore_paths
121 if fn in self.ignore_paths:
201 ignore_paths=self.ignore_paths,
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfixture.py1340 ignore_paths=None, ignore_hidden=True): argument
1384 self.ignore_paths = ignore_paths or []
1472 if fn in self.ignore_paths: