Home
last modified time | relevance | path

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

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