Searched refs:tag_cache (Results 1 – 1 of 1) sorted by relevance
113 static struct cache tag_cache[2]; in __android_log_level() local127 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) { in __android_log_level()128 if (check_cache(&tag_cache[i])) { in __android_log_level()152 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) { in __android_log_level()153 tag_cache[i].pinfo = NULL; in __android_log_level()154 tag_cache[i].c = '\0'; in __android_log_level()166 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) { in __android_log_level()167 struct cache *cache = &tag_cache[i]; in __android_log_level()259 static struct cache tag_cache; in __android_log_is_debuggable() local263 if (tag_cache.c) { /* ro property does not change after set */ in __android_log_is_debuggable()[all …]