Searched refs:EntryBaseConstants (Results 1 - 2 of 2) sorted by last modified time

/system/core/logd/
H A DLogStatistics.cpp317 size_t len = EntryBaseConstants::total_len -
318 EntryBaseConstants::pruned_len - size.length() -
385 ssize_t spaces = EntryBaseConstants::pruned_len - 2 -
554 size_t len = EntryBaseConstants::total_len -
555 EntryBaseConstants::pruned_len - size.length() -
H A DLogStatistics.h204 namespace EntryBaseConstants { namespace
234 std::max(pruned.length() + 1, EntryBaseConstants::pruned_len);
236 std::max(size.length() + 1, EntryBaseConstants::total_len -

Completed in 25 milliseconds