Searched refs:HELP_FALSE (Results 1 – 1 of 1) sorted by relevance
/system/core/logcat/ |
D | logcat.cpp | 155 enum helpType { HELP_FALSE, HELP_TRUE, HELP_FORMAT }; enumerator 283 logcat_panic(context, HELP_FALSE, "couldn't open output file"); in rotateLogs() 288 logcat_panic(context, HELP_FALSE, "couldn't fdopen output file"); in rotateLogs() 348 logcat_panic(context, HELP_FALSE, "output error"); in processBuffer() 370 logcat_panic(context, HELP_FALSE, "output error"); in maybePrintStart() 407 logcat_panic(context, HELP_FALSE, "couldn't open output file"); in setupOutputAndSchedulingPolicy() 414 logcat_panic(context, HELP_FALSE, "couldn't get output file stat\n"); in setupOutputAndSchedulingPolicy() 420 logcat_panic(context, HELP_FALSE, "invalid output file stat\n"); in setupOutputAndSchedulingPolicy() 617 case HELP_FALSE: in logcat_panic() 968 logcat_panic(context, HELP_FALSE, "-%c \"%s\" not in time format\n", c, in __logcat() [all …]
|