Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DSystem.cpp443 FILETIME user_time_struct; in cpuTime() local
449 &user_time_struct); in cpuTime()
453 user_time_struct.dwLowDateTime | in cpuTime()
454 ((uint64_t)user_time_struct.dwHighDateTime << 32); in cpuTime()