Home
last modified time | relevance | path

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

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