HomeSort by relevance Sort by last modified time
    Searched refs:trim_source_paths (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
formatter.py 25 trim_source_paths=()):
27 self.trim_source_paths = trim_source_paths
68 if filename and self.trim_source_paths:
69 for path, repl in self.trim_source_paths:
  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_formatter.py 92 result = format(f, trim_source_paths=[(current, '.')])

Completed in 84 milliseconds