Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp152 enum helpType { HELP_FALSE, HELP_TRUE, HELP_FORMAT }; enumerator
280 logcat_panic(context, HELP_FALSE, "couldn't open output file"); in rotateLogs()
285 logcat_panic(context, HELP_FALSE, "couldn't fdopen output file"); in rotateLogs()
345 logcat_panic(context, HELP_FALSE, "output error"); in processBuffer()
367 logcat_panic(context, HELP_FALSE, "output error"); in maybePrintStart()
404 logcat_panic(context, HELP_FALSE, "couldn't open output file"); in setupOutputAndSchedulingPolicy()
411 logcat_panic(context, HELP_FALSE, "couldn't get output file stat\n"); in setupOutputAndSchedulingPolicy()
417 logcat_panic(context, HELP_FALSE, "invalid output file stat\n"); in setupOutputAndSchedulingPolicy()
622 case HELP_FALSE: in logcat_panic()
984 logcat_panic(context, HELP_FALSE, in __logcat()
[all …]