Home
last modified time | relevance | path

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

/art/tools/dmtracedump/
Dcreatetesttrace.cc127 char* indentEnd; in parseInputFile() local
137 indentEnd = cp; in parseInputFile()
138 while (isspace(*indentEnd)) indentEnd += 1; in parseInputFile()
139 if (indentEnd - cp + 1 > maxFrames) maxFrames = indentEnd - cp + 1; in parseInputFile()