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.py72 def modify_text_for_html(text: str) -> str: function
858 return [modify_text_for_html(lib.name) for lib in self.libs.libs]
866 func_data['f'] = modify_text_for_html(function.func_name)
873 [modify_text_for_html(code),
896 code_map[line] = modify_text_for_html(source_file.line_to_code[line])