Searched refs:totalLen (Results 1 – 2 of 2) sorted by relevance
/system/core/liblog/ |
D | fake_log_device.cpp | 480 int totalLen = 0; in showLog() local 485 totalLen += prefixLen; in showLog() 495 totalLen += p - start; in showLog() 502 totalLen += suffixLen; in showLog() 525 if (cc == totalLen) break; in showLog() 535 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen); in showLog()
|
D | logprint.cpp | 1821 size_t totalLen; in android_log_printLogLine() local 1824 android_log_formatLogLine(p_format, defaultBuffer, sizeof(defaultBuffer), entry, &totalLen); in android_log_printLogLine() 1829 ret = write(fd, outBuffer, totalLen); in android_log_printLogLine() 1838 if (((size_t)ret) < totalLen) { in android_log_printLogLine() 1839 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", ret, (int)totalLen); in android_log_printLogLine()
|