Searched refs:statline (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dsched_policy.cpp372 char statline[1024]; local
380 int rc = read(fd, statline, 1023);
382 statline[rc] = 0;
383 char *p = statline;
386 for (p = statline; *p != '('; p++);

Completed in 106 milliseconds