Searched refs:spc (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp448 static void snprcent(char *buffer, size_t len, size_t spc, argument
468 "%*s", (spc > offset) ? (int)(spc - offset) : 0, str);
472 static void snprdec(char *buffer, size_t len, size_t spc, unsigned permille) { argument
478 "%*s", (spc > offset) ? (int)(spc - offset) : 0, str);

Completed in 266 milliseconds