Home
last modified time | relevance | path

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

/system/libhwbinder/
DBufferedTextOutput.cpp174 const char* lastLine = txt+1; in print() local
176 if (*txt++ == '\n') lastLine = txt; in print()
180 vec.iov_len = lastLine-first; in print()
183 txt = lastLine; in print()