Searched refs:fills (Results 1 – 2 of 2) sorted by relevance
201 std::string fills = std::string(fill_count, '='); in Display() local205 if (!fills.empty() && !dashes.empty()) { in Display()206 fills[fills.size() - 1] = '>'; in Display()210 fprintf(stdout, "%s[%s%s%s", kGreenColor, fills.c_str(), kRedColor, dashes.c_str()); in Display()
6 * Log spam fills the buffers making them less useful in logcat/bugreports