Searched defs:warning (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogKlog.cpp709 static const char warning[] = "WARNING"; local
710 static const ssize_t warningLen = strlen(warning);
725 !fastcmp<strncasecmp>(tag, warning, warningLen)) ||
H A DLogTags.cpp494 static int openFile(const char* name, int mode, bool warning) { argument
496 if ((fd < 0) && warning) {

Completed in 116 milliseconds