Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dwarn_collector.l141 char *spacep; in WarnStart() local
157 spacep = strchr(yytext, ' '); in WarnStart()
158 if (spacep == NULL || spacep[1] == '\0') in WarnStart()
159 spacep = "unknown-function"; in WarnStart()
160 fprintf(yyout, "%08x-%s\n", hash, spacep + 1); in WarnStart()