Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dtransport_sniffer.cpp87 const auto no_print = [](char c) -> bool { return !isprint(c); }; in CreateTrace() local
91 const auto msg = [&ret, no_print](const std::vector<char>& buf) { in CreateTrace()
99 if (std::count_if(buf.begin(), iter, no_print) == 0) { // print as ascii in CreateTrace()