Searched defs:pruned (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogStatistics.cpp342 std::string pruned = ""; local
360 pruned = android::base::StringPrintf("%zu", dropped);
386 pruned.length() - change.length();
387 if ((spaces <= 0) && pruned.length()) {
393 pruned = change + pruned;
397 std::string output = formatLine(name, size, pruned);
452 std::string pruned = ""; local
455 pruned = android::base::StringPrintf("%zu", dropped);
458 return formatLine(name, size, pruned);
476 std::string pruned = ""; local
510 std::string pruned = ""; local
570 std::string pruned = ""; local
[all...]
H A DLogStatistics.h232 const std::string& pruned) {
234 std::max(pruned.length() + 1, EntryBaseConstants::pruned_len);
241 (int)drop_len, pruned.c_str());
230 formatLine(const std::string& name, const std::string& size, const std::string& pruned) argument

Completed in 605 milliseconds