Home
last modified time | relevance | path

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

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