Home
last modified time | relevance | path

Searched refs:numVecs (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dfake_log_device.c473 size_t numVecs; in showLog() local
477 numVecs = numLines * 3; // 3 iovecs per line. in showLog()
478 if (numVecs > INLINE_VECS) { in showLog()
479 vec = (struct iovec*)malloc(sizeof(struct iovec) * numVecs); in showLog()
482 numVecs = INLINE_VECS; in showLog()
483 numLines = numVecs / 3; in showLog()