Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/third_party/symbols/symbols/
Delf_symbolizer.py80 source_root_path=None, strip_base_path=None): argument
122 self.disambiguate = source_root_path is not None
126 self.source_root_path = os.path.abspath(source_root_path)
192 for root, _, filenames in os.walk(self.source_root_path):
369 self._symbolizer.source_root_path or '', source_path)
/external/v8/build/android/pylib/symbols/
Delf_symbolizer.py80 source_root_path=None, strip_base_path=None): argument
122 self.disambiguate = source_root_path is not None
126 self.source_root_path = os.path.abspath(source_root_path)
192 for root, _, filenames in os.walk(self.source_root_path):
370 self._symbolizer.source_root_path or '', source_path)