Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0919/
Dpoc.cpp27 static nsecs_t (*realSystemTime)(int) = nullptr; variable
30 realSystemTime = (nsecs_t (*)(int))dlsym(RTLD_NEXT, "systemTime"); in init()
31 if (!realSystemTime) { in init()
56 return realSystemTime(clock); in systemTime()