HomeSort by relevance Sort by last modified time
    Searched refs:source_root_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):
104 source_root_path: In some toolchains only the name of the source file is
106 through the source directory specified by |source_root_path| argument
109 is a file called "unicode.cc" located under |source_root_path|/foo,
111 "|source_root_path|/foo/unicode.cc". If there are multiple files with
114 strip_base_path: Rebases the symbols source paths onto |source_root_path|
115 (i.e replace |strip_base_path| with |source_root_path).
134 self.disambiguate = source_root_path is not None
138 self.source_root_path = os.path.abspath(source_root_path)
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 88 source_root_path=None, strip_base_path=None, prefix_to_remove=None):
104 source_root_path: In some toolchains only the name of the source file is
106 through the source directory specified by |source_root_path| argument
109 is a file called "unicode.cc" located under |source_root_path|/foo,
111 "|source_root_path|/foo/unicode.cc". If there are multiple files with
114 strip_base_path: Rebases the symbols source paths onto |source_root_path|
115 (i.e replace |strip_base_path| with |source_root_path).
134 self.disambiguate = source_root_path is not None
138 self.source_root_path = os.path.abspath(source_root_path)
    [all...]

Completed in 244 milliseconds