Home
last modified time | relevance | path

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

/system/core/liblog/
Dproperties.c59 static int check_cache(struct cache* cache) { in check_cache() function
131 if (check_cache(&tag_cache[i].cache)) { in __android_log_level()
136 if (check_cache(&global_cache[i].cache)) { in __android_log_level()
293 int change_detected = check_cache(&tag_cache.cache); in __android_log_is_debuggable()
335 change_detected = check_cache(&self->cache_persist.cache) || in do_cache2_char()
336 check_cache(&self->cache_ro.cache); in do_cache2_char()
545 change_detected = check_cache(&self->cache_persist.cache) || in do_cache2_property_size()
546 check_cache(&self->cache_ro.cache); in do_cache2_property_size()