Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dcreatetesttrace.cc84 char* strndup(const char* src, size_t len) { in strndup() function
208 records[nextRecord].fullName = strndup(save_cp, len); in parseInputFile()
217 if (len > 0) records[nextRecord].className = strndup(save_cp, len); in parseInputFile()
223 records[nextRecord].methodName = strndup(save_cp, len); in parseInputFile()
229 records[nextRecord].signature = strndup(save_cp, len); in parseInputFile()