Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_is_loggable.c168 struct cache temp_cache; in __android_log_level() local
171 temp_cache.pinfo = NULL; in __android_log_level()
172 temp_cache.c = '\0'; in __android_log_level()
173 cache = &temp_cache; in __android_log_level()
206 struct cache temp_cache; in __android_log_level() local
209 temp_cache = *cache; in __android_log_level()
210 if (temp_cache.pinfo != cache->pinfo) { /* check atomic */ in __android_log_level()
211 temp_cache.pinfo = NULL; in __android_log_level()
212 temp_cache.c = '\0'; in __android_log_level()
214 cache = &temp_cache; in __android_log_level()
[all …]