Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DCreateTestTrace.c138 char *indentEnd; in parseInputFile() local
152 indentEnd = cp; in parseInputFile()
153 while (isspace(*indentEnd)) in parseInputFile()
154 indentEnd += 1; in parseInputFile()
155 if (indentEnd - cp + 1 > maxFrames) in parseInputFile()
156 maxFrames = indentEnd - cp + 1; in parseInputFile()