Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp91 uint64_t utime = 0; in profileProcess() local
97 !base::ParseUint(fields[13], &utime) || in profileProcess()
107 uint64_t user = utime + cutime; in profileProcess()
/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c316 rc = utime(WLAN_INI_FILE_DEST, &new_time); in setup_wlan_config_file()