Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp81 static pcrecpp::RE* g_regex; variable
156 if (!g_regex) { in regexOk()
162 return g_regex->PartialMatch(messageString); in regexOk()
700 g_regex = new pcrecpp::RE(optarg); in main()
943 if (g_printItAnyways && (!g_regex || !g_maxCount)) { in main()