Searched refs:htmlEscape (Results 1 – 1 of 1) sorted by relevance
/art/tools/dmtracedump/ |
D | tracedump.cc | 249 char* htmlEscape(const char* src, char* dest, int32_t len) { in htmlEscape() function 1275 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveMethod() 1276 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod() 1277 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveMethod() 1398 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile() 1399 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile() 1400 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printExclusiveProfile() 1530 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveProfile() 1531 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile() 1532 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveProfile() [all …]
|