Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp434 static std::pair<unsigned long, const char*> format_of_size(unsigned long value) { in format_of_size() function
989 auto size_format = format_of_size(size); in Run()
990 auto readable_format = format_of_size(readable); in Run()
991 auto consumed_format = format_of_size(consumed); in Run()