Searched refs:MAX_LINES (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dfake_log_device.c447 const size_t MAX_LINES = ((size_t)~0)/(3*sizeof(struct iovec*)); local
452 if (numLines > MAX_LINES)
453 numLines = MAX_LINES;

Completed in 48 milliseconds