Home | History | Annotate | Download | only in x86

Lines Matching full:strbuf

1004     char strbuf[PRINT_BUFFER_LEN];
1013 n += snprintf(&strbuf[n], PRINT_BUFFER_LEN-n, "0x%x, ", *addr);
1015 ALOGD("## %s", strbuf);
1020 ALOGD("## %s", strbuf);
1028 strbuf, PRINT_BUFFER_LEN));
1030 ALOGD("** %p: %s", addr, strbuf);