Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp282 static char* strgets(char *s, int size, const char **ppstr) { in strgets() argument
283 if (!ppstr || !*ppstr || **ppstr == '\0' || size < 1) { in strgets()
289 s[i] = **ppstr; in strgets()
290 (*ppstr)++; in strgets()