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

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

Completed in 9 milliseconds