Searched refs:cache_char (Results 1 – 1 of 1) sorted by relevance
54 struct cache_char { struct66 static void refresh_cache(struct cache_char* cache, const char* key) { in refresh_cache() argument116 static struct cache_char tag_cache[2]; in __android_log_level()117 static struct cache_char global_cache[2]; in __android_log_level()182 struct cache_char* cache = &tag_cache[i]; in __android_log_level()183 struct cache_char temp_cache; in __android_log_level()220 struct cache_char* cache = &global_cache[i]; in __android_log_level()221 struct cache_char temp_cache; in __android_log_level()282 static struct cache_char tag_cache; in __android_log_is_debuggable()289 struct cache_char temp_cache = { { NULL, -1 }, '\0' }; in __android_log_is_debuggable()[all …]