Home
last modified time | relevance | path

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

/system/core/bootstat/
Dbootstat.cpp588 bool likely_newline(char c) { in likely_newline() function
658 if (!(::isprint(c) || likely_space(c)) || likely_newline(c) || in getSubreason()