Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c459 const size_t INLINE_VECS = 64; in showLog() local
461 struct iovec stackVec[INLINE_VECS]; in showLog()
469 if (numVecs > INLINE_VECS) { in showLog()
473 numVecs = INLINE_VECS; in showLog()