Home
last modified time | relevance | path

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

/frameworks/base/tools/incident_report/
Dprinter.cpp27 const int SPACE_COUNT = strlen(SPACES); variable
123 while (indent > SPACE_COUNT) { in print_indent()
124 fwrite(SPACES, SPACE_COUNT, 1, mOut); in print_indent()
125 indent -= SPACE_COUNT; in print_indent()
127 fwrite(SPACES + SPACE_COUNT - indent, indent, 1, mOut); in print_indent()