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

/system/core/liblog/
H A Dproperties.c183 struct cache_char temp_cache; local
186 temp_cache.cache.pinfo = NULL;
187 temp_cache.c = '\0';
188 cache = &temp_cache;
221 struct cache_char temp_cache; local
224 temp_cache = *cache;
225 if (temp_cache.cache.pinfo != cache->cache.pinfo) { /* check atomic */
226 temp_cache.cache.pinfo = NULL;
227 temp_cache.c = '\0';
229 cache = &temp_cache;
289 struct cache_char temp_cache = { { NULL, -1 }, '\\0' }; local
[all...]

Completed in 496 milliseconds