Home
last modified time | relevance | path

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

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