Home
last modified time | relevance | path

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

/system/libhwbinder/
DBufferedTextOutput.cpp190 const char* lastLine = txt+1; in print() local
192 if (*txt++ == '\n') lastLine = txt; in print()
196 vec.iov_len = lastLine-first; in print()
199 txt = lastLine; in print()