Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp155 enum helpType { HELP_FALSE, HELP_TRUE, HELP_FORMAT }; enumerator
611 case HELP_TRUE: in logcat_panic()
903 logcat_panic(context, HELP_TRUE, "%s %s out of range\n", in __logcat()
915 logcat_panic(context, HELP_TRUE, "%s %s out of range\n", in __logcat()
1078 logcat_panic(context, HELP_TRUE, in __logcat()
1134 logcat_panic(context, HELP_TRUE, "Invalid parameter \"%s\" to -r\n", optarg); in __logcat()
1141 logcat_panic(context, HELP_TRUE, "Invalid parameter \"%s\" to -n\n", optarg); in __logcat()
1272 logcat_panic(context, HELP_TRUE, "Option -%c needs an argument\n", optopt); in __logcat()
1281 logcat_panic(context, HELP_TRUE, "Unrecognized Option %c\n", optopt); in __logcat()
1287 logcat_panic(context, HELP_TRUE, in __logcat()
[all …]