Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dio_usage.cpp45 static bool formatNum(uint64_t x, char *str, int size) { in formatNum() function
322 if (!formatNum(mTotal.sumRead(), readTotal, 32)) { in dump()
326 if (!formatNum(mTotal.sumWrite(), writeTotal, 32)) { in dump()