Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dtracedump.cc249 char* htmlEscape(const char* src, char* dest, int32_t len) { in htmlEscape() function
1271 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveMethod()
1272 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1273 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveMethod()
1394 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile()
1395 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1396 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printExclusiveProfile()
1526 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveProfile()
1527 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1528 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveProfile()
[all …]