Searched defs:g_escapeEndColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/bit/
H A Dprint.cpp31 char const* g_escapeEndColor; variable
44 g_escapeEndColor = "\033[0m";
53 g_escapeEndColor = "";
68 printf("%s\n", g_escapeEndColor);
86 fputs(g_escapeEndColor, stdout);
100 fputs(g_escapeEndColor, stderr);
114 fputs(g_escapeEndColor, stderr);

Completed in 166 milliseconds