Home | History | Annotate | Download | only in logd

Lines Matching defs:rc

84     int rc = vasprintf(&str, fmt, args);
87 if (rc < 0) {
88 return rc;
163 rc = -ENOMEM;
170 rc = logbuf->log(LOG_ID_EVENTS, now, uid, pid, tid,
175 if (rc >= 0) {
213 rc = -ENOMEM;
220 rc = logbuf->log(LOG_ID_MAIN, now, uid, pid, tid, newstr,
224 if (rc >= 0) {
234 if (rc < 0) {
235 rc = n;
239 return rc;
250 int rc;
253 rc = logPrint("%s %s", type, audit + 1);
255 rc = logPrint("%s", audit + 1);
258 return rc;