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

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

Completed in 40 milliseconds