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

  /system/core/base/
logging.cpp 202 static const char log_characters[] = "VDIWEFF"; local
203 static_assert(arraysize(log_characters) - 1 == FATAL + 1,
204 "Mismatch in size of log_characters and values in LogSeverity");
205 char severity_char = log_characters[severity];
logging_test.cpp 197 static const char log_characters[] = "VDIWEFF"; local
198 static_assert(arraysize(log_characters) - 1 == android::base::FATAL + 1,
199 "Mismatch in size of log_characters and values in LogSeverity");
200 char log_char = log_characters[severity];
  /bootable/recovery/
recovery.cpp 1242 static constexpr char log_characters[] = "VDIWEF"; variable
    [all...]

Completed in 1132 milliseconds