Home
last modified time | relevance | path

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

/external/skia/experimental/LightSymbolsUtil/lightsymbols/
Dlightsymbols.cc120 char* szOut = sz; in GetCallStackCore() local
123 sprintf(szOut, "%s, %s:%i%s", ls->sym, fileNames[ls->fileId], ls->lineNumber, separator); in GetCallStackCore()
124 while (*szOut && len > 0) { in GetCallStackCore()
125 szOut++; in GetCallStackCore()
137 sprintf(szOut, " ... %i more frames. allocate more memory!", more); in GetCallStackCore()