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

/system/core/libcutils/
H A Dqtaguid.c102 char lineBuf[CTRL_MAX_INPUT_LEN]; local
108 snprintf(lineBuf, sizeof(lineBuf), "t %d %" PRIu64 " %d", sockfd, kTag, uid);
112 res = write_ctrl(lineBuf);
122 char lineBuf[CTRL_MAX_INPUT_LEN]; local
127 snprintf(lineBuf, sizeof(lineBuf), "u %d", sockfd);
128 res = write_ctrl(lineBuf);
137 char lineBuf[CTRL_MAX_INPUT_LEN]; local
142 snprintf(lineBuf, sizeo
148 char lineBuf[CTRL_MAX_INPUT_LEN]; local
[all...]
H A Dsched_policy.c170 char lineBuf[256]; local
178 while(fgets(lineBuf, sizeof(lineBuf) -1, fp)) {
179 char *next = lineBuf;
218 SLOGE("Bad cgroup data {%s}", lineBuf);

Completed in 232 milliseconds