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

  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 88 source_root_path=None, strip_base_path=None, prefix_to_remove=None):
114 strip_base_path: Rebases the symbols source paths onto |source_root_path|
115 (i.e replace |strip_base_path| with |source_root_path).
136 self.strip_base_path = strip_base_path
373 if source_path and self._symbolizer.strip_base_path:
375 source_path = re.sub('^' + self._symbolizer.strip_base_path,
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 88 source_root_path=None, strip_base_path=None, prefix_to_remove=None):
114 strip_base_path: Rebases the symbols source paths onto |source_root_path|
115 (i.e replace |strip_base_path| with |source_root_path).
136 self.strip_base_path = strip_base_path
373 if source_path and self._symbolizer.strip_base_path:
375 source_path = re.sub('^' + self._symbolizer.strip_base_path,

Completed in 520 milliseconds