Home
last modified time | relevance | path

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

/system/core/liblog/
Dproperties.cpp55 struct cache_char { struct
67 static void refresh_cache(struct cache_char* cache, const char* key) { in refresh_cache() argument
117 static struct cache_char tag_cache[2]; in __android_log_level()
118 static struct cache_char global_cache[2]; in __android_log_level()
183 struct cache_char* cache = &tag_cache[i]; in __android_log_level()
184 struct cache_char temp_cache; in __android_log_level()
221 struct cache_char* cache = &global_cache[i]; in __android_log_level()
222 struct cache_char temp_cache; in __android_log_level()
279 static struct cache_char tag_cache; in __android_log_is_debuggable()
286 struct cache_char temp_cache = {{NULL, 0xFFFFFFFF}, '\0'}; in __android_log_is_debuggable()
[all …]