Home | History | Annotate | Download | only in logcat

Lines Matching full:blen

1544         size_t bLen = len + 32;
1546 if (asprintf(&buf, "%-*s", (int)(bLen - 1), setPruneList) > 0) {
1548 if (android_logger_set_prune_list(logger_list, buf, bLen)) {