Searched refs:totalLen (Results 1 – 2 of 2) sorted by relevance
/system/core/liblog/ |
D | fake_log_device.c | 491 int totalLen = 0; in showLog() local 496 totalLen += prefixLen; in showLog() 506 totalLen += p - start; in showLog() 513 totalLen += suffixLen; in showLog() 536 if (cc == totalLen) break; in showLog() 546 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen); in showLog()
|
D | logprint.c | 1853 size_t totalLen; in android_log_printLogLine() local 1856 p_format, defaultBuffer, sizeof(defaultBuffer), entry, &totalLen); in android_log_printLogLine() 1861 ret = write(fd, outBuffer, totalLen); in android_log_printLogLine() 1870 if (((size_t)ret) < totalLen) { in android_log_printLogLine() 1871 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", ret, (int)totalLen); in android_log_printLogLine()
|