Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/base/
DSystem.cpp439 FILETIME user_time_struct; in cpuTime() local
445 &user_time_struct); in cpuTime()
449 user_time_struct.dwLowDateTime | in cpuTime()
450 ((uint64_t)user_time_struct.dwHighDateTime << 32); in cpuTime()