Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.py71 def modify_text_for_html(text: str) -> str: function
856 return [modify_text_for_html(lib.name) for lib in self.libs.libs]
864 func_data['f'] = modify_text_for_html(function.func_name)
871 [modify_text_for_html(code),
894 code_map[line] = modify_text_for_html(source_file.line_to_code[line])