Searched defs:tag_cache (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dproperties.c116 static struct cache_char tag_cache[2]; local
130 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) {
131 if (check_cache(&tag_cache[i].cache)) {
154 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[0])); ++i) {
155 tag_cache[i].cache.pinfo = NULL;
156 tag_cache[i].c = '\0';
181 for (i = 0; i < (sizeof(tag_cache) / sizeof(tag_cache[
282 static struct cache_char tag_cache; local
[all...]

Completed in 34 milliseconds