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

/system/core/libcutils/
H A Dsched_policy.c158 * the default cgroup. If the string is longer than "bufLen", the string
161 static int getSchedulerGroup(int tid, char* buf, size_t bufLen) argument
200 if (bufLen <= len) {
201 len = bufLen - 1;

Completed in 3 milliseconds