HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT_MODIFIER_COLOR (Results 1 - 2 of 2) sorted by null

  /system/core/liblog/include/log/
logprint.h 41 FORMAT_MODIFIER_COLOR, /* converts priority to color */
  /system/core/liblog/
logprint.c 261 case FORMAT_MODIFIER_COLOR:
318 else if (!strcmp(formatString, "color")) format = FORMAT_MODIFIER_COLOR;
319 else if (!strcmp(formatString, "colour")) format = FORMAT_MODIFIER_COLOR;
    [all...]

Completed in 243 milliseconds