Home
last modified time | relevance | path

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

/system/core/liblog/
Dproperties.c116 static struct cache_char tag_cache[2]; in __android_log_level() local
130 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) { in __android_log_level()
131 if (check_cache(&tag_cache[i].cache)) { in __android_log_level()
154 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) { in __android_log_level()
155 tag_cache[i].cache.pinfo = NULL; in __android_log_level()
156 tag_cache[i].c = '\0'; in __android_log_level()
181 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) { in __android_log_level()
182 struct cache_char* cache = &tag_cache[i]; in __android_log_level()
282 static struct cache_char tag_cache; in __android_log_is_debuggable() local
286 if (tag_cache.c) { /* ro property does not change after set */ in __android_log_is_debuggable()
[all …]