Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp430 static std::pair<unsigned long, const char*> format_of_size(unsigned long value) { in format_of_size() function
1071 auto size_format = format_of_size(size); in Run()
1072 auto readable_format = format_of_size(readable); in Run()