Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlibc_logging.cpp520 static struct cache p_time_cache = { NULL, static_cast<uint32_t>(-1), 0 }; in __android_log_clockid() local
525 if (!(c = p_time_cache.c)) { in __android_log_clockid()
533 refresh_cache(&p_time_cache, "persist.logd.timestamp"); in __android_log_clockid()
536 if (!(c = p_time_cache.c)) { in __android_log_clockid()